hud refactor (part III)

This commit is contained in:
MihailRis
2024-01-07 23:30:07 +03:00
parent e493c67dfa
commit 4f6ba8cca6
7 changed files with 25 additions and 30 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ enum class BlockModel {
class Block {
public:
std::string const name;
// 0 1 2 3 4 5
// 0 1 2 3 4 5
std::string textureFaces[6]; // -x,x, -y,y, -z,z
unsigned char emission[4] {0, 0, 0, 0};
unsigned char drawGroup = 0;