Browse Source

Increase starting resources to make the game playable

Tankernn 7 years ago
parent
commit
96f47d3f61
1 changed files with 3 additions and 3 deletions
  1. 3 3
      config/game.yaml

+ 3 - 3
config/game.yaml

@@ -8,10 +8,10 @@ game:
       - wood
       - stone
     storage: # Free storage
-      gold: 100
-      wood: 100
+      gold: 1000
+      wood: 1000
     start: # Starting resources
-      gold: 100
+      gold: 1000
       units:
         -
           type: peasant