Temporary sprite packing fix
This commit is contained in:
@@ -27,6 +27,11 @@ public class DrawWeave extends DrawBlock{
|
||||
Draw.reset();
|
||||
}
|
||||
|
||||
@Override
|
||||
public TextureRegion[] icons(Block block){
|
||||
return new TextureRegion[]{weave};
|
||||
}
|
||||
|
||||
@Override
|
||||
public void load(Block block){
|
||||
weave = Core.atlas.find(block.name + "-weave");
|
||||
|
||||
Reference in New Issue
Block a user