aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h b/config.h
index 273f9a5..063781b 100644
--- a/config.h
+++ b/config.h
@@ -17,4 +17,8 @@
#define animation_max_frames 8
+#define max_entities 256
+#define max_player_bullets 32
+#define max_enemy_bullets 256
+
#endif