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
@@ -72,6 +72,7 @@ void setup_definitions() {
block->lightPassing = true;
block->obstacle = false;
block->model = 2;
block->hitboxScale = 0.5f;
Block::blocks[block->id] = block;
block = new Block(BLOCK_FLOWER, 16);