Documentation ¶
Index ¶
Constants ¶
View Source
const (
// ConstIdxInvalid ...
ConstIdxInvalid = 0xff
)
Variables ¶
This section is empty.
Functions ¶
func CheckErrorsInDatFiles ¶
CheckErrorsInDatFiles checks existence of all dat files
Types ¶
type Mem ¶
type Mem struct {
// contains filtered or unexported fields
}
Mem is a main memory storage
func (*Mem) GetLocalized ¶
GetLocalized returns localized string
func (*Mem) Initialize ¶
func (m *Mem) Initialize(inChannel <-chan GameMessage, outChannel chan<- GameMessage)
Initialize initialize mem
type Resources ¶
type Resources struct {
// contains filtered or unexported fields
}
Resources represents of json, sprite, text cache
func (*Resources) GetMessage ¶
GetMessage return localized string from message.json
func (*Resources) GetTopMenu ¶
GetTopMenu gets
Click to show internal directories.
Click to hide internal directories.