adding multiple texture per bloc support

This commit is contained in:
2025-05-22 14:14:00 +02:00
parent e9708f7e2e
commit 01f2aaacde
4 changed files with 40 additions and 31 deletions

View File

@@ -10,6 +10,7 @@ enum class BlockType : std::uint32_t
Air = 0,
Dirt,
Stone,
Grass,
EndEnum
};