summaryrefslogtreecommitdiff
path: root/src/constants.h
diff options
context:
space:
mode:
authorBoredGuy <osome3717@gmail.com>2026-03-17 11:27:19 +0300
committerBoredGuy <osome3717@gmail.com>2026-03-17 11:27:19 +0300
commit9b63c2572ee6d8b73fd0d2f298dc339335875607 (patch)
treec1732d934721b12806d98cffbc375195e0ccbd03 /src/constants.h
parentac02199694ffef81a00a8ea47420e88ef0a35f67 (diff)
Implementing player controllerHEADmaster
Diffstat (limited to 'src/constants.h')
-rw-r--r--src/constants.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/constants.h b/src/constants.h
index 0c08dfd..e71c217 100644
--- a/src/constants.h
+++ b/src/constants.h
@@ -3,11 +3,12 @@
#define WINDOW_WIDTH 800
#define WINDOW_HEIGHT 600
-#define TARGET_FPS 144
+#define TARGET_FPS 60
#define MAX_ENTITY_COUNT 500
#define ENTITY_MAX_ANIMATIONS 10
#define ANIMATION_MAX_FRAMES 4
+#define GRAVITY 9.8
#endif