diff options
| author | aura <nw@moneybot.cc> | 2026-02-27 04:43:15 +0100 |
|---|---|---|
| committer | aura <nw@moneybot.cc> | 2026-02-27 04:43:15 +0100 |
| commit | b24f37279bcc4b3abd92b697eadcec1feba8d276 (patch) | |
| tree | 8fe58bee0ae000396d7d048a5630c15bf479af58 /src/game/player.cpp | |
| parent | b384930de5044934207d1b2ceb4fa55705094f8b (diff) | |
fix edge collisions, update readme
Diffstat (limited to 'src/game/player.cpp')
| -rw-r--r-- | src/game/player.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game/player.cpp b/src/game/player.cpp index 74ecea2..c6bf385 100644 --- a/src/game/player.cpp +++ b/src/game/player.cpp @@ -6,8 +6,7 @@ #include <cmath> #include "player.h" -// todo : temporary -F32 PLAYER_HULL_HEIGHT = 1.f; +F32 PLAYER_HULL_HEIGHT = 48.f; F32 PLAYER_HULL_WIDTH = 32.f; PLAYER* player_create( VEC3 origin, F32 yaw ) { |
