feat: added more settings to rifle

This commit is contained in:
Sara 2025-07-19 15:26:55 +02:00
parent 58e90780d5
commit f02dbf44ac
2 changed files with 27 additions and 7 deletions

View file

@ -30,12 +30,14 @@ public:
virtual void notify_selected() override;
bool is_animating() const;
void set_recoil_radians(float value);
float get_recoil_radians() const;
void set_ads_factor(float value);
float get_ads_factor() const;
void set_run_factor(float value);
float get_run_factor() const;
void set_recoil_force(float value);
float get_recoil_force() const;
void set_recoil_time(float value);
float get_recoil_time() const;
private:
float ads_factor{ 0.5f };