diff options
| author | Xander Swan <no email> | 2025-12-05 09:27:12 -0500 |
|---|---|---|
| committer | Xander Swan <no email> | 2025-12-05 09:27:12 -0500 |
| commit | 3375d712e40cce1d17198ba20839f58a2a77d202 (patch) | |
| tree | 856f517c9e9e59173b81b62a40bd4d2f1115d378 /src/constants.odin | |
| parent | 53cba1d004451f0782312cb203afb7da47a29c5f (diff) | |
add platforms and AABB collision
Diffstat (limited to 'src/constants.odin')
| -rw-r--r-- | src/constants.odin | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/constants.odin b/src/constants.odin index ae763d7..d415c3e 100644 --- a/src/constants.odin +++ b/src/constants.odin @@ -1,4 +1,4 @@ package demonchime -GRAVITY :: 500 -TERMINAL_VELOCITY :: 500 +GRAVITY :: 1000 +TERMINAL_VELOCITY :: 900 |
