res.xml 353 B

1234567891011121314
  1. <?xml version="1.0"?>
  2. <resources>
  3. <set path = "images" />
  4. <atlas>
  5. <image file="circle.png"/>
  6. <image id="anim" file="anim1.png" cols = "7" /> <!-- 'id' is optional -->
  7. <image file="button.png" cols = "3" />
  8. <image file="pen.png" />
  9. <image file="shot.png" />
  10. </atlas>
  11. <set path = "fonts" />
  12. <font file="main.fnt" />
  13. </resources>