config

package
v1.8.0 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2025 License: MIT Imports: 7 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
	PreprocessThreshold int
	GUICoordsConfig     *GUICoordsConfig
	PlayerUID           string
	DisplayNickname     bool
	DisplayLevel        bool
	PlayerName          string
}

func LoadConfig

func LoadConfig() (AppConfig, error)

func NewConfig

func NewConfig() AppConfig

type GUICoordsConfig

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

func GetGUICoords added in v1.2.0

func GetGUICoords(gameResolution Resolution, xAdjustment, yAdjustment 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