Vent condenser resprite

This commit is contained in:
Anuken
2021-12-09 18:02:45 -05:00
parent f582462177
commit 3bd4cc8e81
11 changed files with 8 additions and 7 deletions

View File

@@ -72,6 +72,7 @@ public class AttributeCrafter extends GenericCrafter{
@Override
public void pickedUp(){
attrsum = 0f;
warmup = 0f;
}
@Override

View File

@@ -14,8 +14,9 @@ public class DrawBlurSpin extends DrawBlock{
public String suffix = "";
public float rotateSpeed = 1f, x, y, blurThresh = 0.7f;
public DrawBlurSpin(String suffix){
public DrawBlurSpin(String suffix, float speed){
this.suffix = suffix;
rotateSpeed = speed;
}
public DrawBlurSpin(){