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