res.xml 293 B

123456789101112
  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. </atlas>
  9. <set path = "fonts" />
  10. <font file="main.fnt" />
  11. </resources>