summaryrefslogtreecommitdiffstats
path: root/core/src
diff options
context:
space:
mode:
Diffstat (limited to 'core/src')
-rw-r--r--core/src/ch/asynk/rustanddust/engine/gfx/animations/DestroyAnimation.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/ch/asynk/rustanddust/engine/gfx/animations/DestroyAnimation.java b/core/src/ch/asynk/rustanddust/engine/gfx/animations/DestroyAnimation.java
index d1fc1bb..ccfe614 100644
--- a/core/src/ch/asynk/rustanddust/engine/gfx/animations/DestroyAnimation.java
+++ b/core/src/ch/asynk/rustanddust/engine/gfx/animations/DestroyAnimation.java
@@ -10,7 +10,7 @@ import ch.asynk.rustanddust.engine.gfx.Animation;
public class DestroyAnimation implements Disposable, Animation
{
private static final float DELAY = 1.5f;
- private static final float DURATION = 1.5f;
+ private static final float DURATION = 1.0f;
private Moveable moveable;
private float x;