create constants from world.odin

This commit is contained in:
2026-06-28 00:14:39 -07:00
parent 9317e83fd5
commit 8585a18894
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -44,3 +44,8 @@ ICE_SLOW_FACTOR :: 0.5
ENEMY_LABEL_COLOR :: rl.Color{255, 200, 200, 255}
// starting values for the game
STARTING_BASE_HEALTH :: 20
STARTING_PHASE = .Build
STARTING_GOLD :: 100