aboutsummaryrefslogtreecommitdiff
path: root/src/constants.odin
diff options
context:
space:
mode:
authorXander Swan <email>2025-12-03 09:52:13 -0500
committerXander Swan <email>2025-12-03 09:52:13 -0500
commit53cba1d004451f0782312cb203afb7da47a29c5f (patch)
treeb772324597c52674a626c7137359d34f528b1bd2 /src/constants.odin
parentbb52b5f9c9def80b1e8704acabde6f8c6a34e1a2 (diff)
update renderer structure a lil
Diffstat (limited to 'src/constants.odin')
-rw-r--r--src/constants.odin4
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