Changed Spring drawable + animation
This commit is contained in:
@ -17,7 +17,7 @@ public class Spring extends Tool {
|
||||
|
||||
public Spring(Vector position, SoundManager soundManager) {
|
||||
super(ToolType.SPRING, position, .3f, .35f, true, true);
|
||||
animation.setIndexSequence(new int[]{1, 0, 0, 3, 3, 3, 1});
|
||||
animation.setIndexSequence(new int[]{1,3,3,1});
|
||||
animation.setRequiredDelta(80);
|
||||
this.soundManager = soundManager;
|
||||
}
|
||||
|
Reference in New Issue
Block a user