Skip to content
Snippets Groups Projects
Commit c236b58f authored by Paolo.Brasolin's avatar Paolo.Brasolin
Browse files

fix: #fe clue disappear fading

parent d80a4b79
No related branches found
No related tags found
No related merge requests found
...@@ -50,9 +50,9 @@ class Clue extends Phaser.GameObjects.Sprite { ...@@ -50,9 +50,9 @@ class Clue extends Phaser.GameObjects.Sprite {
alpha: 0, alpha: 0,
ease: "Linear", ease: "Linear",
delay: 0, delay: 0,
duration: 500, duration: 100,
onComplete: this.destroy.bind(this),
}); });
this.destroy();
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment