pulverizer drawSpinSprite

This commit is contained in:
Anuken 2021-07-30 19:43:29 -04:00
parent d02a017c03
commit f354b6bcca

View file

@ -702,7 +702,9 @@ public class Blocks implements ContentList{
craftTime = 40f;
updateEffect = Fx.pulverizeSmall;
hasItems = hasPower = true;
drawer = new DrawRotator();
drawer = new DrawRotator(){{
drawSpinSprite = true;
}};
ambientSound = Sounds.grinding;
ambientSoundVolume = 0.025f;