Fixed zoom, changed camera shaking parameters

This commit is contained in:
MihailRis
2022-03-04 16:53:55 +03:00
committed by GitHub
parent cdc8a26a30
commit 1dd9a72fb3
4 changed files with 38 additions and 16 deletions
+1
View File
@@ -15,6 +15,7 @@ public:
float camX, camY;
float cameraShaking = 0.0f;
float cameraShakingTimer = 0.0f;
glm::vec3 interpVel {0.0f, 0.0f, 0.0f};
Player(glm::vec3 position, float speed, Camera* camera);
~Player();
};