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