playif / play_phaser

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

Animations are super fast #3

Closed oxysoft closed 9 years ago

oxysoft commented 9 years ago

Since I like Phaser but I'm not really big on Javascript nor CoffeeScript but really like Dart, I decided to give this a try. I'm having an issue where all animations play super fast, no matter what framerate I pass as a parameter. Is this a known issue? If not, I could provide you some more information

p.s: Will support for play_phaser stay consistent in the future as new Phaser releases come out, or is this just like a side project that might be dropped at any given time?

playif commented 9 years ago

Hi @oxysoft,

The bug of animations should be fixed (I updated the package in Pub).

p.s: Will support for play_support stay consistent in the future as new Phaser releases come out, or is this just like a side project that might be dropped at any given time?

Sure, I will be very happy to continually support this project as much as I can. Any kinds of contributions are also welcome.

Please let me know, if you note the bug is fixed or not.

oxysoft commented 9 years ago

Thanks, it works great now!