Less thruster rotation
This commit is contained in:
@@ -29,8 +29,7 @@ public class Thruster extends Wall{
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void draw(){
|
public void draw(){
|
||||||
super.draw();
|
Draw.rect(block.region, x, y);
|
||||||
|
|
||||||
Draw.rect(topRegion, x, y, rotdeg());
|
Draw.rect(topRegion, x, y, rotdeg());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user