config

package
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 20, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SaveConfig

func SaveConfig(config AppConfig) error

Types

type AppConfig

type AppConfig struct {
	WindowName       string
	WindowClass      string
	LoopTime         time.Duration
	TesseractPath    string
	DiscordAppId     string
	Resolution       Resolution
	Debug            bool
	StartWithWindows bool
	GUICoordsConfig  *GUICoordsConfig
}

func LoadConfig

func LoadConfig() (AppConfig, error)

func NewConfig

func NewConfig() AppConfig

type GUICoordsConfig

type GUICoordsConfig struct {
	EscCoord            utils.Rect
	MenusCoord          utils.Rect
	CombatCoord         utils.Rect
	LocationCoord       utils.Rect
	CharactersCoords    []utils.Rect
	CharactersBoxCoords []utils.Rect
}

func GetGUICoords added in v1.2.0

func GetGUICoords(gameResolution Resolution, xAdjustment, yAjustment int) *GUICoordsConfig

type Resolution added in v1.2.0

type Resolution struct {
	Width  uint32
	Height uint32
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL