summaryrefslogtreecommitdiff
path: root/src/globals.h
diff options
context:
space:
mode:
authorDrNuget <drnuget@outlook.com>2025-03-03 19:37:38 +0200
committerDrNuget <drnuget@outlook.com>2025-03-03 19:37:38 +0200
commitde1c7a212835741946d562bc926a4287151c9ffb (patch)
tree0ac2c2217abf815ca2fde0c047020c99d2ad1613 /src/globals.h
parent23dac85d2f600f0073e77bf83f4a544f3a087416 (diff)
change some floats to ints, add deltatime to movement
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/globals.h b/src/globals.h
index 6fe6348..5250e03 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -1,6 +1,6 @@
#ifndef GLOBALS_H
#define GLOBALS_H
-#define GRAVITY 0.1f
+#define GRAVITY 1
#endif