openquell/config/static.go

20 lines
306 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.1.0"
var VERSION string // maintained by -x