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
@@ -13,6 +13,7 @@ public:
bool lightPassing = false;
bool skyLightPassing = false;
bool obstacle = true;
bool selectable = true;
Block(unsigned int id, int texture);
};