Difficult-Rocket/assets/textures/Editor.xml

36 lines
1.9 KiB
XML
Raw 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:a0aa9bc6be2bb5655cb4fa4a2170882a:21e08bdb23ee9b7670b2173fb0910c4a:816c6a1ba5837d6940814a1777d8d132$ -->
<!--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="Editor.png" width="512" height="512">
<sprite n="ButtonDarkSide.png" x="508" y="2" w="2" h="100"/>
<sprite n="ButtonLightSide.png" x="2" y="508" w="100" h="2" r="y"/>
<sprite n="DeleteButton.png" x="364" y="148" w="32" h="32"/>
<sprite n="DuplicateButton.png" x="406" y="84" w="80" h="80"/>
<sprite n="MirrorButton.png" x="324" y="14" w="80" h="80"/>
<sprite n="PartButton.png" x="2" y="2" w="320" h="100"/>
<sprite n="PartGroupHeader.PNG" x="2" y="104" w="45" h="320" r="y"/>
<sprite n="RotateButton.png" x="426" y="2" w="80" h="80"/>
<sprite n="ToolbarDark.PNG" x="324" y="8" w="100" h="4" r="y"/>
<sprite n="ToolbarIconAddPart.PNG" x="312" y="148" w="50" h="50"/>
<sprite n="ToolbarIconMenu.PNG" x="260" y="104" w="50" h="50"/>
<sprite n="ToolbarIconPlay.PNG" x="208" y="104" w="50" h="50"/>
<sprite n="ToolbarIconStaging.PNG" x="156" y="104" w="50" h="50"/>
<sprite n="ToolbarIconZoom.png" x="49" y="104" w="50" h="50"/>
<sprite n="ToolbarIconZoomIn.png" x="104" y="104" w="50" h="50"/>
<sprite n="ToolbarIconZoomOut.png" x="324" y="96" w="50" h="50"/>
<sprite n="ToolbarLight.PNG" x="324" y="2" w="100" h="4" r="y"/>
<sprite n="TrashCan.png" x="2" y="426" w="80" h="80"/>
</TextureAtlas>