diff options
Diffstat (limited to 'addons/skin.confluence/720p/DialogGamepad.xml')
-rw-r--r-- | addons/skin.confluence/720p/DialogGamepad.xml | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/addons/skin.confluence/720p/DialogGamepad.xml b/addons/skin.confluence/720p/DialogGamepad.xml new file mode 100644 index 0000000000..be434f1c30 --- /dev/null +++ b/addons/skin.confluence/720p/DialogGamepad.xml @@ -0,0 +1,71 @@ +<window id="110">
+ <defaultcontrol always="true">1</defaultcontrol>
+ <coordinates>
+ <system>1</system>
+ <posx>340</posx>
+ <posy>235</posy>
+ </coordinates>
+ <include>dialogeffect</include>
+ <controls>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>600</width>
+ <height>230</height>
+ <texture border="20">OverlayDialogBackground.png</texture>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>600</width>
+ <height>230</height>
+ <texture border="20">OverlayDialogBackground.png</texture>
+ </control>
+ <control type="label" id="1">
+ <description>header label</description>
+ <posx>20</posx>
+ <posy>18</posy>
+ <width>560</width>
+ <height>30</height>
+ <font>font13_title</font>
+ <label>13406</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ <control type="label" id="2">
+ <description>dialog line 1</description>
+ <posx>20</posx>
+ <posy>60</posy>
+ <width>560</width>
+ <height>30</height>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>-</label>
+ <font>font13</font>
+ </control>
+ <control type="label" id="3">
+ <description>dialog line 2</description>
+ <posx>20</posx>
+ <posy>85</posy>
+ <width>560</width>
+ <height>30</height>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>-</label>
+ <font>font13</font>
+ </control>
+ <control type="label" id="4">
+ <description>dialog line 3</description>
+ <posx>20</posx>
+ <posy>120</posy>
+ <width>560</width>
+ <height>30</height>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>-</label>
+ <font>font35_title</font>
+ </control>
+ </controls>
+</window>
|