Blocks atlas is auto-assembling now
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "Block.h"
|
||||
|
||||
Block::Block(std::string name, int texture) : name(name),
|
||||
Block::Block(std::string name, std::string texture) : name(name),
|
||||
textureFaces{texture,texture,texture,texture,texture,texture},
|
||||
emission{0,0,0}{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user