tweak: player movement stats
This commit is contained in:
parent
d8e6177d5f
commit
1b0136220d
|
@ -31,10 +31,10 @@ public:
|
||||||
|
|
||||||
private:
|
private:
|
||||||
bool try_running{ false };
|
bool try_running{ false };
|
||||||
float walk_speed{ 6.f };
|
float walk_speed{ 4.f };
|
||||||
float run_speed{ 8.f };
|
float run_speed{ 6.f };
|
||||||
float acceleration{ 40.f };
|
float acceleration{ 40.f };
|
||||||
float jump_strength{ 4.f };
|
float jump_strength{ 3.75f };
|
||||||
Vector2 movement_input{ 0, 0 };
|
Vector2 movement_input{ 0, 0 };
|
||||||
float fov{ 1.f };
|
float fov{ 1.f };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue