aboutsummaryrefslogtreecommitdiffstats
path: root/src/player.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-11-24 15:47:25 +0000
committernathan <nathansmith@disroot.org>2025-11-24 15:47:25 +0000
commit05624b044e59e70d10b786538f55e77c19cc3c8c (patch)
treeb51187d58403bcb2c00fc24fbca7643f176d7961 /src/player.h
parenteff6d7308d69ece8b89fe22e529b815f67a893e2 (diff)
downloadFindThings-05624b044e59e70d10b786538f55e77c19cc3c8c.tar.gz
FindThings-05624b044e59e70d10b786538f55e77c19cc3c8c.tar.bz2
FindThings-05624b044e59e70d10b786538f55e77c19cc3c8c.zip
Improved map
Diffstat (limited to 'src/player.h')
-rw-r--r--src/player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player.h b/src/player.h
index acd9d7d..03b7141 100644
--- a/src/player.h
+++ b/src/player.h
@@ -4,7 +4,7 @@
#define PLAYER_H
#define PLAYER_HEIGHT 2.0
-#define PLAYER_SPEED 80.0
+#define PLAYER_SPEED 80.0 // 8.0
#define PLAYER_MAX_SELECT_DISTANCE 10.0
typedef struct {