Created
June 15, 2012 11:05
-
-
Save Themaister/2935894 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<sprite name="dino" width="16" height="16"> | |
<face direction="up"> | |
<frame source="dino_up.png"/> | |
</face> | |
<face direction="down"> | |
<frame source="dino_down.png"/> | |
</face> | |
<face direction="left"> | |
<frame source="dino_left.png"/> | |
</face> | |
<face direction="right"> | |
<frame source="dino_right.png"/> | |
</face> | |
</sprite> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment