Urho3D/bin/Data/UI/ScreenJoystickSettings.xml
2015-01-18 21:31:13 +08:00

74 lines
3.5 KiB
XML

<?xml version="1.0"?>
<element>
<attribute name="Name" value="ScreenJoystickSettings" />
<attribute name="Size" value="800 600" />
<element type="Button">
<attribute name="Name" value="Button0" />
<attribute name="Position" value="-12 72" />
<attribute name="Size" value="96 96" />
<attribute name="Horiz Alignment" value="Right" />
<attribute name="Texture" value="Texture2D;Textures/TouchInput.png" />
<attribute name="Image Rect" value="96 0 192 96" />
<attribute name="Hover Image Offset" value="0 0" />
<attribute name="Pressed Image Offset" value="0 0" />
<element type="Text">
<attribute name="Name" value="Label" />
<attribute name="Horiz Alignment" value="Center" />
<attribute name="Vert Alignment" value="Center" />
<attribute name="Color" value="0 0 0 1" />
<attribute name="Text" value="Button0" />
</element>
</element>
<element type="Button">
<attribute name="Name" value="Button1" />
<attribute name="Position" value="-120 72" />
<attribute name="Size" value="96 96" />
<attribute name="Horiz Alignment" value="Right" />
<attribute name="Texture" value="Texture2D;Textures/TouchInput.png" />
<attribute name="Image Rect" value="96 0 192 96" />
<attribute name="Hover Image Offset" value="0 0" />
<attribute name="Pressed Image Offset" value="0 0" />
<element type="Text">
<attribute name="Name" value="Label" />
<attribute name="Horiz Alignment" value="Center" />
<attribute name="Vert Alignment" value="Center" />
<attribute name="Color" value="0 0 0 1" />
<attribute name="Text" value="Button1" />
</element>
</element>
<element type="Button">
<attribute name="Name" value="Button2" />
<attribute name="Position" value="-228 72" />
<attribute name="Size" value="96 96" />
<attribute name="Horiz Alignment" value="Right" />
<attribute name="Texture" value="Texture2D;Textures/TouchInput.png" />
<attribute name="Image Rect" value="96 0 192 96" />
<attribute name="Hover Image Offset" value="0 0" />
<attribute name="Pressed Image Offset" value="0 0" />
<element type="Text">
<attribute name="Name" value="Label" />
<attribute name="Horiz Alignment" value="Center" />
<attribute name="Vert Alignment" value="Center" />
<attribute name="Color" value="0 0 0 1" />
<attribute name="Text" value="Button2" />
</element>
</element>
<element type="Button">
<attribute name="Name" value="Button3" />
<attribute name="Position" value="-336 72" />
<attribute name="Size" value="96 96" />
<attribute name="Horiz Alignment" value="Right" />
<attribute name="Texture" value="Texture2D;Textures/TouchInput.png" />
<attribute name="Image Rect" value="96 0 192 96" />
<attribute name="Hover Image Offset" value="0 0" />
<attribute name="Pressed Image Offset" value="0 0" />
<element type="Text">
<attribute name="Name" value="Label" />
<attribute name="Horiz Alignment" value="Center" />
<attribute name="Vert Alignment" value="Center" />
<attribute name="Color" value="0 0 0 1" />
<attribute name="Text" value="Button3" />
</element>
</element>
</element>