Bugfixes
This commit is contained in:
@@ -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){
|
||||
|
||||
@@ -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};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user