From b384930de5044934207d1b2ceb4fa55705094f8b Mon Sep 17 00:00:00 2001 From: aura Date: Wed, 25 Feb 2026 14:45:28 +0100 Subject: movement stuff + fix map zoom when dragging --- src/game/player.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/game/player.cpp') 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 #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 ) { -- cgit v1.2.3