| 1234567891011121314151617 |
- <?xml version="1.0"?>
- <resources>
- <set path = "images" />
- <atlas>
- <image file="joystick.png" />
- <image file="finger.png" />
- </atlas>
- <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>
|