Files
gogame/constants/constants.go
2019-07-22 19:02:38 +02:00

13 lines
174 B
Go

package constants
// game constants
const GALAXYSIZE = 50
const SOLARSYSTEMSIZE = 15
const UniverseAcceleration = 1
const MineVelocity = 1
// extra
const JWTIdKey = "id"