ui.xml 672 B

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0"?>
  2. <resources>
  3. <set path = "../images/ui" />
  4. <atlas>
  5. <image file="joystick.png" />
  6. <image file="finger.png" />
  7. <image file="play.png" />
  8. <image file="logo2.png" />
  9. <image file="menu.png" />
  10. <image file="box9.png" />
  11. <image file="bg.jpg" />
  12. <image file="buttons.png" rows="5" cols="2"/>
  13. </atlas>
  14. <set path = "fonts" />
  15. <font file="normal.fnt"/>
  16. <font id="big" file="huge.fnt"/>
  17. <set path = "../images" />
  18. <atlas>
  19. <image file="sky.jpg" />
  20. <image file="ship.png" />
  21. <image file="shipengine.png" />
  22. <image file="rocket.png" />
  23. <image file="explosion.png" cols="12"/>
  24. <image file="asteroid.png"/>
  25. </atlas>
  26. </resources>