package config import ( "time" ) const ( Stop = iota East West South North All ) const ( PLAYERSPEED int = 5 PARTICLE_LOOPWAIT time.Duration = 250 * time.Millisecond LEVEL_END_WAIT time.Duration = 500 * time.Millisecond version string = "1.2.3" MenuRectX int = 600 MenuRectY int = 0 MenuRectCellsize int = 32 LDTK_Entity_Ref string = "Entity_ref" LDTK_Toggle_Tile string = "Toggle" ) var VERSION string // maintained by -x