AABB blocks rotation support (WIP part 3)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user