Bugfixes
This commit is contained in:
@@ -54,6 +54,7 @@ public class UnitAssembler extends PayloadBlock{
|
|||||||
sync = true;
|
sync = true;
|
||||||
group = BlockGroup.units;
|
group = BlockGroup.units;
|
||||||
commandable = true;
|
commandable = true;
|
||||||
|
quickRotate = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
public Rect getRect(Rect rect, float x, float y, int rotation){
|
public Rect getRect(Rect rect, float x, float y, int rotation){
|
||||||
|
|||||||
@@ -34,6 +34,6 @@ public class DrawTurbines extends DrawBlock{
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public TextureRegion[] icons(Block block){
|
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