Skip to content

Commit

Permalink
Update FlxSpine.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Gama11 committed Oct 11, 2014
1 parent a676c51 commit d2737c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions flixel/addons/editors/spine/FlxSpine.hx
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ import spinehaxe.Slot;
/**
* A Sprite that can play animations exported by Spine (http://esotericsoftware.com/)
*
* @author Big thanks to the work on spinehaxe by nitrobin (https://github.com/nitrobin/spinehx).
* @author Big thanks to the work on spinehx by nitrobin (https://github.com/nitrobin/spinehx).
* HaxeFlixel Port by: Sasha (Beeblerox), Sam Batista (crazysam), Kuris Makku (xraven13)
*
* Current version is working with https://github.com/bendmorris/spinehaxe
* since original lib by nitrobin isn't supported anymore.
* The current version is using https://github.com/bendmorris/spinehaxe
* since the original lib by nitrobin isn't supported anymore.
*/
class FlxSpine extends FlxSprite
{
Expand Down Expand Up @@ -276,4 +276,4 @@ class FlxSpine extends FlxSprite
cachedSprites.set(regionAttachment, wrapper);
return wrapper;
}
}
}

0 comments on commit d2737c5

Please sign in to comment.