res.xml 1.6 KB

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