ui.xml 714 B

123456789101112131415161718192021222324252627282930
  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. <ftfont id="main" file="verdana.ttf" />
  18. <set path = "../images" />
  19. <atlas>
  20. <image file="sky.jpg" />
  21. <image file="ship.png" />
  22. <image file="shipengine.png" />
  23. <image file="rocket.png" />
  24. <image file="explosion.png" cols="12"/>
  25. <image file="asteroid.png"/>
  26. </atlas>
  27. </resources>