Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Config ¶
Config sets up package configuration for settings that can't be constants. It should be called by main, only once, before anything else starts. Once the configuration is set it should be treated as immutable an not changed.
func Load ¶
func Load()
Load creates the game world.
BUG(diddymus): Load will populate core.World directly as a side effect of being called. The core package can't import the world package as it would cause a cyclic import.
Types ¶
This section is empty.
Notes ¶
Bugs ¶
Load will populate core.World directly as a side effect of being called. The core package can't import the world package as it would cause a cyclic import.
Click to show internal directories.
Click to hide internal directories.