formatting
This commit is contained in:
@@ -315,8 +315,11 @@ public class Drill extends Block{
|
|||||||
Draw.color();
|
Draw.color();
|
||||||
}
|
}
|
||||||
|
|
||||||
if(drawSpinSprite) Drawf.spinSprite(rotatorRegion, x, y, timeDrilled * rotateSpeed);
|
if(drawSpinSprite){
|
||||||
else Draw.rect(rotatorRegion, x, y, timeDrilled * rotateSpeed);
|
Drawf.spinSprite(rotatorRegion, x, y, timeDrilled * rotateSpeed);
|
||||||
|
}else{
|
||||||
|
Draw.rect(rotatorRegion, x, y, timeDrilled * rotateSpeed);
|
||||||
|
}
|
||||||
|
|
||||||
Draw.rect(topRegion, x, y);
|
Draw.rect(topRegion, x, y);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user