test.xml 1.0 KB

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <sprite>
  3. <imageset name="base" src="graphics/sprites/manaplus_emotions.png" width="30" height="32" />
  4. <action name="default" imageset="base">
  5. <animation direction="default">
  6. <frame index="0" />
  7. </animation>
  8. </action>
  9. <action name="stand" imageset="base">
  10. <animation direction="default">
  11. <frame index="0" delay="10"/>
  12. <frame index="7" delay="20"/>
  13. <frame index="7" delay="10"/>
  14. <label name="test1"/>
  15. <frame index="5" delay="25"/>
  16. <goto label="test1" rand="0"/>
  17. <frame index="5" delay="10"/>
  18. <frame index="2" delay="10" rand="0"/>
  19. <frame index="6" delay="10"/>
  20. <goto label="test1" rand="100"/>
  21. </animation>
  22. </action>
  23. <action name="sit" imageset="base">
  24. <animation direction="default">
  25. <frame index="0" delay="85"/>
  26. <frame index="1" delay="10"/>
  27. </animation>
  28. </action>
  29. </sprite>