forked from Hartmut/paradiso
Add tappyplane; Fix design problems
TappyPlane is the new QuickWings using the Kenney assets
This commit is contained in:
parent
42a0d56173
commit
9cfee49590
103 changed files with 475 additions and 570 deletions
14
examples/tappyplane/assets/Spritesheet/planes.xml
Normal file
14
examples/tappyplane/assets/Spritesheet/planes.xml
Normal file
|
@ -0,0 +1,14 @@
|
|||
<TextureAtlas imagePath="sheet.png">
|
||||
<SubTexture name="planeBlue1.png" x="0" y="73" width="88" height="73"/>
|
||||
<SubTexture name="planeBlue2.png" x="0" y="0" width="88" height="73"/>
|
||||
<SubTexture name="planeBlue3.png" x="0" y="365" width="88" height="73"/>
|
||||
<SubTexture name="planeGreen1.png" x="88" y="219" width="88" height="73"/>
|
||||
<SubTexture name="planeGreen2.png" x="88" y="146" width="88" height="73"/>
|
||||
<SubTexture name="planeGreen3.png" x="88" y="73" width="88" height="73"/>
|
||||
<SubTexture name="planeRed1.png" x="88" y="0" width="88" height="73"/>
|
||||
<SubTexture name="planeRed2.png" x="0" y="438" width="88" height="73"/>
|
||||
<SubTexture name="planeRed3.png" x="88" y="292" width="88" height="73"/>
|
||||
<SubTexture name="planeYellow1.png" x="0" y="292" width="88" height="73"/>
|
||||
<SubTexture name="planeYellow2.png" x="0" y="219" width="88" height="73"/>
|
||||
<SubTexture name="planeYellow3.png" x="0" y="146" width="88" height="73"/>
|
||||
</TextureAtlas>
|
Loading…
Add table
Add a link
Reference in a new issue