Vent condenser resprite
This commit is contained in:
@@ -72,6 +72,7 @@ public class AttributeCrafter extends GenericCrafter{
|
||||
@Override
|
||||
public void pickedUp(){
|
||||
attrsum = 0f;
|
||||
warmup = 0f;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user