summaryrefslogtreecommitdiff
path: root/src/constants.h
diff options
context:
space:
mode:
authorBoredGuy <osome3717@gmail.com>2026-03-19 09:43:11 +0300
committerBoredGuy <osome3717@gmail.com>2026-03-19 09:43:11 +0300
commit6dbd16cd920b51bc24b60d0561bd707ff8862cc5 (patch)
tree34add659f1ddb15be4a817b66dbf7c9c194c1576 /src/constants.h
parent9b63c2572ee6d8b73fd0d2f298dc339335875607 (diff)
Added Walls
- And more player mechanics
Diffstat (limited to 'src/constants.h')
-rw-r--r--src/constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants.h b/src/constants.h
index e71c217..3fc36ff 100644
--- a/src/constants.h
+++ b/src/constants.h
@@ -9,6 +9,6 @@
#define ENTITY_MAX_ANIMATIONS 10
#define ANIMATION_MAX_FRAMES 4
-#define GRAVITY 9.8
+#define GRAVITY 14
#endif