Less thruster rotation

This commit is contained in:
Anuken
2021-11-02 00:24:28 -04:00
parent f5c09845ae
commit 48b9bbc317

View File

@@ -29,8 +29,7 @@ public class Thruster extends Wall{
@Override
public void draw(){
super.draw();
Draw.rect(block.region, x, y);
Draw.rect(topRegion, x, y, rotdeg());
}
}