feat: implemented recoil

This commit is contained in:
Sara 2025-07-19 14:26:46 +02:00
parent a7b3f97b3b
commit 58e90780d5
6 changed files with 56 additions and 7 deletions

View file

@ -21,7 +21,7 @@ public:
int get_ray_count() const;
private:
float spread{ 0.01f };
float spread{ 0.001f };
int damage{ 1 };
int ray_count{ 1 };