aboutsummaryrefslogtreecommitdiff
path: root/game_config.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2023-05-06 15:50:31 +1000
committerquou <quou@disroot.org>2023-05-06 15:50:31 +1000
commitec51d32ea0a30c138e690f637f38d83c086e02b9 (patch)
tree95570a567cc34ef5255a845391178d8649cd56a4 /game_config.h
parent9e28af25b8fb5c9474ccbec2bd4dff26f1871075 (diff)
Add the main mechanic.
Diffstat (limited to 'game_config.h')
-rw-r--r--game_config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/game_config.h b/game_config.h
index 8609814..5094cf8 100644
--- a/game_config.h
+++ b/game_config.h
@@ -17,4 +17,7 @@
#define mbmp_w (map_width * map_tile_size)
#define mbmp_h (map_height * map_tile_size)
+#define gmemory_max 100
+#define gmemory_units 10
+
#endif