blob: 0f8d15fc69cfac48cc7ad3ea0e4627f6e9e9b733 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<TextureAtlas imagePath="sheet.png">
<SubTexture name="alienGreen.png" x="70" y="92" width="66" height="92"/>
<SubTexture name="alienGreen_climb1.png" x="70" y="0" width="66" height="92"/>
<SubTexture name="alienGreen_climb2.png" x="135" y="379" width="66" height="92"/>
<SubTexture name="alienGreen_duck.png" x="0" y="380" width="69" height="71"/>
<SubTexture name="alienGreen_hurt.png" x="0" y="288" width="69" height="92"/>
<SubTexture name="alienGreen_jump.png" x="69" y="286" width="67" height="93"/>
<SubTexture name="alienGreen_stand.png" x="69" y="379" width="66" height="92"/>
<SubTexture name="alienGreen_swim1.png" x="0" y="193" width="69" height="95"/>
<SubTexture name="alienGreen_swim2.png" x="0" y="96" width="70" height="97"/>
<SubTexture name="alienGreen_walk1.png" x="69" y="193" width="68" height="93"/>
<SubTexture name="alienGreen_walk2.png" x="0" y="0" width="70" height="96"/>
</TextureAtlas>
|