fixes + Block.replaceable

This commit is contained in:
MihailRis
2023-11-30 19:11:58 +03:00
parent cee0214ac5
commit dc0c497ec1
6 changed files with 46 additions and 15 deletions
+1
View File
@@ -34,6 +34,7 @@ public:
bool skyLightPassing = false;
bool obstacle = true;
bool selectable = true;
bool replaceable = false;
bool breakable = true;
bool rotatable = false;
AABB hitbox;