Difficult-Rocket/assets/textures/CommonGui.xml

30 lines
1.5 KiB
XML
Raw Permalink Normal View History

2021-02-17 19:04:22 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<!-- Created with TexturePacker http://www.codeandweb.com/texturepacker-->
<!-- $TexturePacker:SmartUpdate:c3da6981dd09ea175913b0acbea04a91:2522e219d5331ca1ace210f7e450e2ba:022f5035775d68c88a4bf5838e336fc0$ -->
<!--Format:
n => name of the sprite
x => sprite x pos in texture
y => sprite y pos in texture
w => sprite width (may be trimmed)
h => sprite height (may be trimmed)
oX => sprite's x-corner offset (only available if trimmed)
oY => sprite's y-corner offset (only available if trimmed)
oW => sprite's original width (only available if trimmed)
oH => sprite's original height (only available if trimmed)
r => 'y' only set if sprite is rotated
-->
<TextureAtlas imagePath="CommonGui.png" width="512" height="512">
<sprite n="ButtonDown.png" x="184" y="2" w="180" h="50"/>
<sprite n="ButtonUp.png" x="2" y="2" w="180" h="50"/>
<sprite n="Checkbox.png" x="382" y="84" w="50" h="48"/>
<sprite n="CheckboxSelected.png" x="330" y="84" w="50" h="48"/>
<sprite n="Delete.png" x="434" y="98" w="48" h="48"/>
<sprite n="StagingButton.png" x="248" y="54" w="80" h="80"/>
<sprite n="StagingButtonDetacher.png" x="448" y="45" w="51" h="51"/>
<sprite n="StagingButtonEngine.png" x="448" y="2" w="57" h="41" r="y"/>
<sprite n="StagingButtonLander.png" x="166" y="54" w="80" h="80"/>
<sprite n="StagingButtonParachute.png" x="84" y="54" w="80" h="80"/>
<sprite n="StagingButtonSolarPanel.png" x="2" y="54" w="80" h="80"/>
<sprite n="StagingButtonWheel.png" x="366" y="2" w="80" h="80"/>
</TextureAtlas>