HaxeFlixel / flixel

Free, cross-platform 2D game engine powered by Haxe and OpenFL
https://haxeflixel.com/
MIT License
1.96k stars 432 forks source link

update tweens #88

Closed Beeblerox closed 12 years ago

Beeblerox commented 12 years ago

see https://github.com/MattTuttle/HaxePunk/compare/336ace0e6f...c86ec4205d for details

Taliii commented 12 years ago

Just a minor fix typo on AngleTween ;-)

--- a/src/org/flixel/tweens/misc/AngleTween.hx +++ b/src/org/flixel/tweens/misc/AngleTween.hx @@ -19,7 +19,7 @@ class AngleTween extends FlxTween * @param complete Optional completion callback. * @param type Tween type. */

Beeblerox commented 12 years ago

@Talii thank you :)