mirror of
https://github.com/arnaucube/gogame.git
synced 2026-02-07 03:26:39 +01:00
13 lines
174 B
Go
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"
|