Minor changes to disassembler/separator sprites

This commit is contained in:
Anuken
2022-09-27 14:57:53 -04:00
parent d741485d35
commit 5a79960ce0
5 changed files with 8 additions and 2 deletions

View File

@@ -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(){
}