diff options
| author | Xander Swan <email> | 2025-12-03 09:52:13 -0500 |
|---|---|---|
| committer | Xander Swan <email> | 2025-12-03 09:52:13 -0500 |
| commit | 53cba1d004451f0782312cb203afb7da47a29c5f (patch) | |
| tree | b772324597c52674a626c7137359d34f528b1bd2 /src/constants.odin | |
| parent | bb52b5f9c9def80b1e8704acabde6f8c6a34e1a2 (diff) | |
update renderer structure a lil
Diffstat (limited to 'src/constants.odin')
| -rw-r--r-- | src/constants.odin | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/constants.odin b/src/constants.odin new file mode 100644 index 0000000..ae763d7 --- /dev/null +++ b/src/constants.odin @@ -0,0 +1,4 @@ +package demonchime + +GRAVITY :: 500 +TERMINAL_VELOCITY :: 500 |
