diff options
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 |
