res.xml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0"?>
  2. <resources>
  3. <font file="demo/font.fnt" />
  4. <font file="demo/num_fnt_shdr.fnt" premultiplied_alpha="false"/>
  5. <set path = "./../images" />
  6. <atlas id = "primary" format="8888">
  7. <image file="gray.png"/>
  8. <image file="brush.png"/>
  9. <image file="brush_eraser.png"/>
  10. <image file="palette.png"/>
  11. <image file="snow.png"/>
  12. <image file="edges.png"/>
  13. <image file="flower.png"/>
  14. <image id="anim" file="anim1.png" cols = "8" /> <!-- 'id' is optional -->
  15. <image file="batterfly.png"/>
  16. <image file="bg.png" data-custom = "custom user data per xml resource defined in xml"/>
  17. <image file="grad.png"/>
  18. <image file="t2p.png"/>
  19. <image file="slide.png"/>
  20. <image file="box9.png"/>
  21. <image file="box9a.png"/>
  22. <image file="light.png"/>
  23. <image file="normal.png"/>
  24. <image file="defnormal.png"/>
  25. <image file="map.png"/>
  26. <image file="mask.png"/>
  27. <image file="sky.png"/>
  28. <image file="tiled2.png"/>
  29. <image file="n0.png"/>
  30. <image file="n1.png"/>
  31. <image file="n2.png"/>
  32. <image file="n3.png"/>
  33. <image file="n4.png"/>
  34. <image file="n5.png"/>
  35. <image file="n6.png"/>
  36. <image file="n7.png"/>
  37. <image file="n8.png"/>
  38. <image file="n9.png"/>
  39. <image file="score_table.png"/>
  40. </atlas>
  41. <atlas clamp2edge="false">
  42. <image file="tiled.png" trim="false" extend="false"/>
  43. </atlas>
  44. <set load = "false" /> <!--do not load next atlasses by default-->
  45. <atlas format="4444">
  46. <image id="bg_4444" file="bg.png"/>
  47. </atlas>
  48. <atlas format="5551">
  49. <image id="bg_5551" file="bg.png"/>
  50. </atlas>
  51. <atlas format="565">
  52. <image id="bg_565" file="bg.png"/>
  53. </atlas>
  54. </resources>