tweak: player movement stats

This commit is contained in:
Sara 2025-08-31 22:32:16 +02:00
parent d8e6177d5f
commit 1b0136220d

View file

@ -31,10 +31,10 @@ public:
private:
bool try_running{ false };
float walk_speed{ 6.f };
float run_speed{ 8.f };
float walk_speed{ 4.f };
float run_speed{ 6.f };
float acceleration{ 40.f };
float jump_strength{ 4.f };
float jump_strength{ 3.75f };
Vector2 movement_input{ 0, 0 };
float fov{ 1.f };