mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-31 09:54:57 +07:00
stack conveyor looks weird on payload conveyors (#6295)
This commit is contained in:
parent
996193ea69
commit
7884bbd299
@ -153,6 +153,11 @@ public class StackConveyor extends Block implements Autotiler{
|
||||
Draw.z(Layer.block - 0.15f);
|
||||
super.drawCracks();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void payloadDraw(){
|
||||
Draw.rect(block.fullIcon, x, y);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onProximityUpdate(){
|
||||
|
Loading…
Reference in New Issue
Block a user