summaryrefslogtreecommitdiff
path: root/src/constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/constants.h')
-rw-r--r--src/constants.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/constants.h b/src/constants.h
index 5d76d42..a21402a 100644
--- a/src/constants.h
+++ b/src/constants.h
@@ -3,5 +3,8 @@
#define WINDOW_WIDTH 800
#define WINDOW_HEIGHT 600
+#define TARGET_FPS 144
+
+#define MAX_ENTITY_COUNT 500
#endif