You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
174 B

  1. package constants
  2. // game constants
  3. const GALAXYSIZE = 50
  4. const SOLARSYSTEMSIZE = 15
  5. const UniverseAcceleration = 1
  6. const MineVelocity = 1
  7. // extra
  8. const JWTIdKey = "id"