feat: lifted player input mouse look speed to variable

This commit is contained in:
Sara 2025-08-22 15:49:01 +02:00
parent 2a083b6430
commit 53a5118079
2 changed files with 2 additions and 1 deletions

View file

@ -24,6 +24,7 @@ public:
private:
bool was_paused{ false };
float mouselook_speed{ 0.0025f };
};
#endif // !PLAYER_INPUT_H