Documentation ¶
Index ¶
Constants ¶
View Source
const ( UnixPath string = "/.config/GZGoLauncher" WindowsPath string = `\Documents\GZGoLauncher` )
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { ThemeMode bool `json:"theme-mode"` // 1 = light, 0 = dark ShowOutOnClose bool `json:"show-out-on-close"` CloseOnStart bool `json:"close-on-start"` CustomArgs string `json:"custom-args"` Lang string `json:"lang"` GZDoomDir string `json:"gzdoom-dir"` ZDoomDir string `json:"zdoom-dir"` ExecDir string `json:"runner-dir"` Mods []Mod `json:"mods"` Wads []Wad `json:"wads"` }
Click to show internal directories.
Click to hide internal directories.