chore: adjusted animation timings to tweak difficulty

This commit is contained in:
Sara Gerretsen 2026-02-11 17:06:56 +01:00
parent 99f7d2f3a3
commit fc6c1dc649
18 changed files with 10 additions and 10 deletions

View file

@ -46,7 +46,7 @@ private:
bool alt_active{ false };
HitscanMuzzle *muzzle{ nullptr };
float recoil_force{ 2.f };
float recoil_force{ 5.f };
double recoil_time{ 0.1 };
double recoil_timer{ 0.0 };

View file

@ -46,7 +46,7 @@ private:
bool in_alt_mode{ false };
bool running{ false };
float recoil_force{ 3.f };
float recoil_force{ 5.f };
float recoil_time{ 0.05f };
double fov{ 1.0 };