Added pause menu, new F3 debug panel, fogCurve setting

This commit is contained in:
MihailRis
2023-11-11 15:35:27 +03:00
parent b9ed7a2b28
commit e48e41c99a
28 changed files with 1267 additions and 324 deletions
-1
View File
@@ -28,7 +28,6 @@ public:
bool breakable = true;
bool rotatable = false;
float hitboxScale = 1;
float hitboxY = 1;
Block(unsigned int id, int texture);
};