AABB blocks rotation support (WIP part 3)

This commit is contained in:
MihailRis
2023-12-05 10:25:43 +03:00
parent 7f9e87cea2
commit 64f6f17386
5 changed files with 21 additions and 26 deletions
+1
View File
@@ -30,4 +30,5 @@ Block::Block(std::string name)
Block::Block(std::string name, std::string texture) : name(name),
textureFaces{texture,texture,texture,texture,texture,texture} {
rotations = BlockRotProfile::PIPE;
}