Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <sprite>
  3. <imageset name="base" src="graphics/sprites/npcs/npc-snowpirate.png" width="32" height="64" />
  4. <action name="stand" imageset="base">
  5. <animation direction="default">
  6. <!-- Snow down -->
  7. <frame index="0" delay="1500"/>
  8. <frame index="1" delay="100"/>
  9. <frame index="2" delay="100"/>
  10. <frame index="3" delay="100"/>
  11. <frame index="4" delay="100"/>
  12. </animation>
  13. </action>
  14. </sprite>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement