playif / play_phaser

A Dart port for Phaser 2D game engine.
MIT License
71 stars 13 forks source link

Delay before new animation plays #34

Open oxysoft opened 9 years ago

oxysoft commented 9 years ago

In a class which extends Sprite

animations.play('run-down');

The animation doesn't immediately replace the old one (probably waits for the last frame of the old animation to end)