openquell/config/static.go

26 lines
394 B
Go
Raw Normal View History

2024-02-06 15:26:20 +01:00
package config
import (
"time"
)
2024-02-06 15:26:20 +01:00
const (
Stop = iota
East
West
South
North
All
2024-02-06 15:26:20 +01:00
)
2024-02-11 14:24:30 +01:00
const PLAYERSPEED int = 5
const PARTICLE_LOOPWAIT time.Duration = 250 * time.Millisecond
const LEVEL_END_WAIT time.Duration = 500 * time.Millisecond
const version string = "1.2.2"
const MenuRectX int = 600
const MenuRectY int = 0
const MenuRectCellsize int = 32
var VERSION string // maintained by -x