| 12345678910111213141516171819202122 |
- <?xml version="1.0"?>
- <resources>
- <set path = "images/ui" />
- <atlas>
- <image file="joystick.png" />
- <image file="finger.png" />
- <image file="play.png" />
- <image file="logo2.png" />
- <image file="menu.png" />
- <image file="bg.jpg" />
- </atlas>
- <set path = "images" />
- <atlas>
- <image file="sky.jpg" />
- <image file="ship.png" />
- <image file="shipengine.png" />
- <image file="rocket.png" />
- <image file="explosion.png" cols="12"/>
- <image file="asteroid.png"/>
- </atlas>
- </resources>
|