add things

This commit is contained in:
anton.gurov
2019-10-23 19:03:09 +03:00
parent ed22f7a37e
commit 8126e68141
12 changed files with 302 additions and 74 deletions

View File

@ -13,6 +13,7 @@ type Config struct {
Version string `json:"version"`
MainWindowSizeX int `json:"sizeX"`
MainWindowSizeY int `json:"sizeY"`
Font string `json:"font"`
}
func LoadConfig() *Config {