pulverizer drawSpinSprite
This commit is contained in:
@@ -702,7 +702,9 @@ public class Blocks implements ContentList{
|
|||||||
craftTime = 40f;
|
craftTime = 40f;
|
||||||
updateEffect = Fx.pulverizeSmall;
|
updateEffect = Fx.pulverizeSmall;
|
||||||
hasItems = hasPower = true;
|
hasItems = hasPower = true;
|
||||||
drawer = new DrawRotator();
|
drawer = new DrawRotator(){{
|
||||||
|
drawSpinSprite = true;
|
||||||
|
}};
|
||||||
ambientSound = Sounds.grinding;
|
ambientSound = Sounds.grinding;
|
||||||
ambientSoundVolume = 0.025f;
|
ambientSoundVolume = 0.025f;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user