Documentation ¶
Index ¶
- func DeleteGame(folder, name string) error
- func IsValidName(name string) bool
- func LoadAchievements(file string, completed *[]string) error
- func LoadMap(f fs.FS, folder string, mapLoc MapLocation) (maps.Map, error)
- func LoadWorld(world *ecs.World, folder, name string) error
- func ParseMap(mapStr string) (maps.Map, error)
- func SaveAchievements(file string, completed []string) error
- func SaveMap(folder, name string, world *ecs.World) error
- func SaveWorld(folder, name string, world *ecs.World, skip []generic.Comp) error
- type LoadType
- type MapInfo
- type MapLocation
- type SaveGame
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteGame ¶
func IsValidName ¶
func LoadAchievements ¶ added in v0.2.0
func SaveAchievements ¶ added in v0.2.0
Types ¶
type MapInfo ¶ added in v0.2.0
func LoadMapData ¶ added in v0.2.0
type MapLocation ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.