openquell/config/static.go

12 lines
92 B
Go
Raw Normal View History

2024-02-06 15:26:20 +01:00
package config
const (
Stop = iota
East
West
South
North
)
2024-02-11 14:24:30 +01:00
const PLAYERSPEED int = 4