Added flight mode ('F' button)
This commit is contained in:
@@ -11,6 +11,7 @@ public:
|
||||
float speed;
|
||||
Camera* camera;
|
||||
Hitbox* hitbox;
|
||||
bool flight = false;
|
||||
int choosenBlock;
|
||||
float camX, camY;
|
||||
float cameraShaking = 0.0f;
|
||||
|
||||
Reference in New Issue
Block a user