feat: work on running and weapon inventory
This commit is contained in:
parent
43c5863e89
commit
6cdb2cbd4f
7 changed files with 58 additions and 3 deletions
|
|
@ -27,8 +27,8 @@ public:
|
|||
|
||||
private:
|
||||
bool try_running{ false };
|
||||
float walk_speed{ 7.f };
|
||||
float run_speed{ 10.f };
|
||||
float walk_speed{ 6.f };
|
||||
float run_speed{ 8.f };
|
||||
float acceleration{ 40.f };
|
||||
float jump_strength{ 3.5f };
|
||||
Vector2 movement_input{};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue