Skip to content

Instantly share code, notes, and snippets.

@Themaister
Created June 15, 2012 11:05
Show Gist options
  • Save Themaister/2935894 to your computer and use it in GitHub Desktop.
Save Themaister/2935894 to your computer and use it in GitHub Desktop.
<?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