ui: enhance handling feel for smoother controls

This commit is contained in:
2026-03-21 13:14:10 +08:00
parent e2f0e7ea66
commit 08340f15d3
2 changed files with 3 additions and 9 deletions

View File

@@ -12,8 +12,8 @@ class World;
class Player {
private:
constexpr static float ACCELERATION = 30.0f;
constexpr static float DECELERATION = 50.0f;
constexpr static float ACCELERATION = 25.0f;
constexpr static float DECELERATION = 40.0f;
float m_yaw = 0.0f;
float m_pitch = 0.0f;