This commit is contained in:
Anuken
2022-05-08 13:52:43 -04:00
parent 5492c52249
commit 1733381cf2
2 changed files with 2 additions and 1 deletions

View File

@@ -54,6 +54,7 @@ public class UnitAssembler extends PayloadBlock{
sync = true;
group = BlockGroup.units;
commandable = true;
quickRotate = false;
}
public Rect getRect(Rect rect, float x, float y, int rotation){

View File

@@ -34,6 +34,6 @@ public class DrawTurbines extends DrawBlock{
@Override
public TextureRegion[] icons(Block block){
return new TextureRegion[]{turbines[0], turbines[1]};
return new TextureRegion[]{turbines[0], turbines[1], cap};
}
}