ContentGfxCache

This commit is contained in:
MihailRis
2023-11-22 14:53:35 +03:00
parent bf4ad5ca58
commit d92347097e
14 changed files with 86 additions and 51 deletions
-2
View File
@@ -31,8 +31,6 @@ public:
bool rotatable = false;
float hitboxScale = 1;
float uvdata[4*6];
Block(std::string name, std::string texture);
};