Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graphic and Animation data stored in XML #173

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Graphic and Animation data stored in XML #173

wants to merge 1 commit into from

Conversation

paulmoore
Copy link

On projects I've worked on previously (before I knew about Flixel!) I've often found it handy to store graphical and animation details in an external XML file (or other configurable property file).

I've found it makes it easier to maintain and makes it possible for artists to create and update alongside their sprite sheets.

I've looked around and haven't found anything like this for Flixel yet (please tell me if I'm wrong). I would like to know what you think of this idea.

This class allows a FlxSprite to load a graphic and animations using an XML descriptor as opposed to coding the information into the class.  See class for details.
IQAndreas added a commit to IQAndreas-testprojects/IQAndreas-flixel that referenced this pull request Oct 15, 2013
Fix FlxSprite.drawLine() incorrect behavior when full transparency set in color
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant