Added flight mode ('F' button)

This commit is contained in:
MihailRis
2022-03-04 17:44:14 +03:00
committed by GitHub
parent 1dd9a72fb3
commit b6c328fe1d
7 changed files with 30 additions and 9 deletions
+1
View File
@@ -11,6 +11,7 @@ public:
float speed;
Camera* camera;
Hitbox* hitbox;
bool flight = false;
int choosenBlock;
float camX, camY;
float cameraShaking = 0.0f;