diff options
| author | BoredGuy <osome3717@gmail.com> | 2026-03-19 09:43:11 +0300 |
|---|---|---|
| committer | BoredGuy <osome3717@gmail.com> | 2026-03-19 09:43:11 +0300 |
| commit | 6dbd16cd920b51bc24b60d0561bd707ff8862cc5 (patch) | |
| tree | 34add659f1ddb15be4a817b66dbf7c9c194c1576 /src/constants.h | |
| parent | 9b63c2572ee6d8b73fd0d2f298dc339335875607 (diff) | |
Added Walls
- And more player mechanics
Diffstat (limited to 'src/constants.h')
| -rw-r--r-- | src/constants.h | 2 |
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 |
