Minor changes to disassembler/separator sprites
This commit is contained in:
@@ -26,6 +26,12 @@ public class DrawRegion extends DrawBlock{
|
||||
this.rotateSpeed = rotateSpeed;
|
||||
}
|
||||
|
||||
public DrawRegion(String suffix, float rotateSpeed, boolean spinSprite){
|
||||
this.suffix = suffix;
|
||||
this.spinSprite = spinSprite;
|
||||
this.rotateSpeed = rotateSpeed;
|
||||
}
|
||||
|
||||
public DrawRegion(){
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user