summaryrefslogtreecommitdiff
path: root/src/game/player.cpp
diff options
context:
space:
mode:
authoraura <nw@moneybot.cc>2026-02-25 14:45:28 +0100
committeraura <nw@moneybot.cc>2026-02-25 14:45:28 +0100
commitb384930de5044934207d1b2ceb4fa55705094f8b (patch)
tree7937d3382e83ead2db1851b4a02b8378d02ac150 /src/game/player.cpp
parentcabe4471c309b2bba3be78b8346c9007485b1d57 (diff)
movement stuff + fix map zoom when dragging
Diffstat (limited to 'src/game/player.cpp')
-rw-r--r--src/game/player.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/player.cpp b/src/game/player.cpp
index 65daa9b..74ecea2 100644
--- a/src/game/player.cpp
+++ b/src/game/player.cpp
@@ -6,7 +6,8 @@
#include <cmath>
#include "player.h"
-F32 PLAYER_HULL_HEIGHT = 50.f;
+// todo : temporary
+F32 PLAYER_HULL_HEIGHT = 1.f;
F32 PLAYER_HULL_WIDTH = 32.f;
PLAYER* player_create( VEC3 origin, F32 yaw ) {