mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-27 15:02:03 -08:00
pulverizer drawSpinSprite
This commit is contained in:
parent
d02a017c03
commit
f354b6bcca
1 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue