aboutsummaryrefslogtreecommitdiffstats
path: root/src/player.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-11-24 13:47:58 +0000
committernathan <nathansmith@disroot.org>2025-11-24 13:47:58 +0000
commiteff6d7308d69ece8b89fe22e529b815f67a893e2 (patch)
treecd996e8d664d69580a9c126657612a6cb1384110 /src/player.h
parent6db246171bcc0a7472624b2bf6c74898c43b9248 (diff)
downloadFindThings-eff6d7308d69ece8b89fe22e529b815f67a893e2.tar.gz
FindThings-eff6d7308d69ece8b89fe22e529b815f67a893e2.tar.bz2
FindThings-eff6d7308d69ece8b89fe22e529b815f67a893e2.zip
Map zoom working
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 71c9993..acd9d7d 100644
--- a/src/player.h
+++ b/src/player.h
@@ -4,7 +4,7 @@
#define PLAYER_H
#define PLAYER_HEIGHT 2.0
-#define PLAYER_SPEED 8.0
+#define PLAYER_SPEED 80.0
#define PLAYER_MAX_SELECT_DISTANCE 10.0
typedef struct {