| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?xml version="1.0"?>
- <resources>
- <font file="demo/font.fnt" />
- <font file="demo/num_fnt_shdr.fnt" premultiplied_alpha="false"/>
- <set path = "./../images" />
- <atlas id = "primary" format="8888">
- <image file="gray.png"/>
- <image file="brush.png"/>
- <image file="brush_eraser.png"/>
- <image file="palette.png"/>
- <image file="snow.png"/>
- <image file="edges.png"/>
-
- <image file="flower.png"/>
-
- <image id="anim" file="anim1.png" cols = "8" /> <!-- 'id' is optional -->
- <image file="batterfly.png"/>
- <image file="bg.png" data-custom = "custom user data per xml resource defined in xml"/>
- <image file="grad.png"/>
- <image file="t2p.png"/>
- <image file="slide.png"/>
- <image file="box9.png"/>
- <image file="box9a.png"/>
- <image file="light.png"/>
- <image file="normal.png"/>
- <image file="defnormal.png"/>
- <image file="map.png"/>
- <image file="mask.png"/>
- <image file="sky.png"/>
- <image file="tiled2.png"/>
- <image file="n0.png"/>
- <image file="n1.png"/>
- <image file="n2.png"/>
- <image file="n3.png"/>
- <image file="n4.png"/>
- <image file="n5.png"/>
- <image file="n6.png"/>
- <image file="n7.png"/>
- <image file="n8.png"/>
- <image file="n9.png"/>
- <image file="score_table.png"/>
- </atlas>
- <atlas clamp2edge="false">
- <image file="tiled.png" trim="false" extend="false"/>
- </atlas>
-
- <set load = "false" /> <!--do not load next atlasses by default-->
- <atlas format="4444">
- <image id="bg_4444" file="bg.png"/>
- </atlas>
-
- <atlas format="5551">
- <image id="bg_5551" file="bg.png"/>
- </atlas>
-
- <atlas format="565">
- <image id="bg_565" file="bg.png"/>
- </atlas>
-
- </resources>
|