forked from stuntrally/stuntrally3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGame_Utils.layout
173 lines (166 loc) · 8.23 KB
/
Game_Utils.layout
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<?xml version="1.0" encoding="UTF-8"?>
<MyGUI type="Layout" version="3.2.0">
<!-- full screen track preview -->
<Widget type="ImageBox" skin="ImageBox" position="174 15 336 336" layer="Popup" name="TrackImg2">
<Property key="Visible" value="false"/>
</Widget>
<Widget type="ImageBox" skin="ImageBox" position="526 270 252 252" layer="Popup" name="TrkTerImg2">
<Property key="Visible" value="false"/>
</Widget>
<Widget type="ImageBox" skin="ImageBox" position="526 270 252 252" layer="Popup" name="TrackMap2">
<Property key="Visible" value="false"/>
<Widget type="ImageBox" skin="RotatingSkin" position="64 64 16 16" name="TrackPos2">
<Property key="ImageTexture" value="carpos0.png"/>
</Widget>
</Widget>
<Widget type="Window" skin="WindowC" position="128 160 948 590" align="Center" layer="Popup" name="WndChampStage">
<Property key="Caption" value="#{Championship}"/>
<Property key="Alpha" value="0.8"/>
<Property key="Colour" value="0.4 1 0.4"/>
<UserString key="NotSized" value="1"/>
<Widget type="Button" skin="Button" position="304 444 144 40" name="btnChampStageBack">
<Property key="Colour" value="0.47 0.47 0.47"/>
<Property key="TextColour" value="0.9 0.9 1"/>
<Property key="InheritsAlpha" value="false"/>
<Property key="Caption" value="#{BackMenu}"/>
</Widget>
<Widget type="Button" skin="Button" position="488 444 144 40" name="btnChampStageStart">
<Property key="Caption" value="#{Start}"/>
<Property key="Colour" value="0.6 0.8 1"/>
<Property key="TextColour" value="0.8 0.9 1"/>
<Property key="InheritsAlpha" value="false"/>
</Widget>
<Widget type="EditBox" skin="EditBoxEmpty" position="28 24 532 448" name="ChampStageText">
<Property key="TextColour" value="0.6 0.8 1.0"/>
<Property key="InheritsAlpha" value="false"/>
<Property key="ReadOnly" value="true"/>
<Property key="MultiLine" value="true"/>
<Property key="FontName" value="font.small"/>
<Property key="WordWrap" value="true"/>
<Property key="TextAlign" value="Left Top"/>
</Widget>
<Widget type="ImageBox" skin="ImageBox" position="588 24 320 320" name="ChampStageImg"/>
</Widget>
<Widget type="Window" skin="WindowC" position="196 156 536 486" align="Center" layer="Popup" name="WndChampEnd">
<Property key="Caption" value="#{Championship}"/>
<Property key="Alpha" value="0.9"/>
<Property key="Colour" value="0.4 1 1"/>
<UserString key="NotSized" value="1"/>
<Widget type="EditBox" skin="EditBoxEmpty" position="24 272 520 124" name="ChampEndText">
<Property key="TextColour" value="0.6 0.9 1.0"/>
<Property key="InheritsAlpha" value="false"/>
<Property key="ReadOnly" value="true"/>
<Property key="MultiLine" value="true"/>
<Property key="WordWrap" value="true"/>
<Property key="TextAlign" value="Left Top"/>
</Widget>
<Widget type="TextBox" skin="TextBox" position="4 16 520 32">
<Property key="TextAlign" value="Center"/>
<Property key="TextColour" value="0.55 1 1"/>
<Property key="TextShadow" value="true"/>
<Property key="Caption" value="#{ChampEndCongrats}"/>
<Property key="FontName" value="font.big"/>
</Widget>
<Widget type="TextBox" skin="TextBox" position="4 56 520 32" name="ChampEndFinished">
<Property key="TextAlign" value="Center"/>
<Property key="TextColour" value="0.63 0.87 1"/>
<Property key="TextShadow" value="true"/>
<Property key="Caption" value="#{ChampEndFinished}"/>
<Property key="FontName" value="font.big"/>
</Widget>
<Widget type="ImageBox" skin="ImageBox" position="200 56 128 256" name="ChampEndImgCup">
<Property key="ImageCoord" value="0 0 128 256"/>
<Property key="ImageTexture" value="ico_champ.png"/>
</Widget>
<Widget type="Button" skin="Button" position="192 360 144 40" name="btnChampEndClose">
<Property key="Caption" value="#{Close}"/>
<Property key="Colour" value="0.6 0.8 1"/>
<Property key="TextColour" value="0.8 0.9 1"/>
<Property key="InheritsAlpha" value="false"/>
</Widget>
</Widget>
<Widget type="Window" skin="WindowC" position="128 160 948 590" align="Center" layer="Popup" name="WndChallStage">
<Property key="Caption" value="#{Challenge}"/>
<Property key="Alpha" value="0.8"/>
<Property key="Colour" value="0.4 1 0.7"/>
<UserString key="NotSized" value="1"/>
<Widget type="Button" skin="Button" position="304 484 144 40" name="btnChallStageBack">
<Property key="Colour" value="0.45 0.46 0.47"/>
<Property key="TextColour" value="0.8 0.9 1"/>
<Property key="InheritsAlpha" value="false"/>
<Property key="Caption" value="#{BackMenu}"/>
</Widget>
<Widget type="Button" skin="Button" position="488 484 144 40" name="btnChallStageStart">
<Property key="Caption" value="#{Start}"/>
<Property key="Colour" value="0.6 1 0.8"/>
<Property key="TextColour" value="0.8 1 0.9"/>
<Property key="InheritsAlpha" value="false"/>
</Widget>
<Widget type="EditBox" skin="EditBoxEmpty" position="28 24 532 448" name="ChallStageText">
<Property key="TextColour" value="0.6 0.8 1.0"/>
<Property key="InheritsAlpha" value="false"/>
<Property key="ReadOnly" value="true"/>
<Property key="MultiLine" value="true"/>
<Property key="WordWrap" value="true"/>
<Property key="FontName" value="font.small"/>
<Property key="TextAlign" value="Left Top"/>
</Widget>
<Widget type="ImageBox" skin="ImageBox" position="588 24 320 320" name="ChallStageImg"/>
</Widget>
<Widget type="Window" skin="WindowC" position="196 156 576 556" align="Center" layer="Popup" name="WndChallEnd">
<Property key="Caption" value="#{Challenge}"/>
<Property key="Alpha" value="0.9"/>
<Property key="Colour" value="0.8 0.6 1.0"/>
<UserString key="NotSized" value="1"/>
<Widget type="EditBox" skin="EditBoxEmpty" position="24 236 545 240" name="ChallEndText">
<Property key="TextColour" value="0.8 0.8 1.0"/>
<Property key="TextShadow" value="true"/>
<Property key="InheritsAlpha" value="false"/>
<Property key="ReadOnly" value="true"/>
<Property key="MultiLine" value="true"/>
<Property key="WordWrap" value="true"/>
<Property key="TextAlign" value="Left Top"/>
</Widget>
<Widget type="TextBox" skin="TextBox" position="4 16 565 32" name="ChallEndCongrats">
<Property key="TextAlign" value="Center"/>
<Property key="TextColour" value="0.96 0.97 1"/>
<Property key="TextShadow" value="true"/>
<Property key="Caption" value="#{ChampEndCongrats}"/>
<Property key="FontName" value="font.big"/>
</Widget>
<Widget type="TextBox" skin="TextBox" position="4 56 565 32" name="ChallEndFinished">
<Property key="TextAlign" value="Center"/>
<Property key="TextColour" value="0.8 0.7 1"/>
<Property key="TextShadow" value="true"/>
<Property key="Caption" value="#{ChallEndFinished}"/>
<Property key="FontName" value="font.big"/>
</Widget>
<Widget type="ImageBox" skin="ImageBox" position="220 106 128 128" name="ChallEndImgFail">
<Property key="ImageCoord" value="0 384 128 128"/>
<Property key="ImageTexture" value="gui_icons.png"/>
</Widget>
<Widget type="ImageBox" skin="ImageBox" position="220 56 128 256" name="ChallEndImgCup">
<Property key="ImageCoord" value="0 0 128 256"/>
<Property key="ImageTexture" value="ico_champ.png"/>
</Widget>
<Widget type="Button" skin="Button" position="212 470 144 40" name="btnChallEndClose">
<Property key="Caption" value="#{Close}"/>
<Property key="Colour" value="0.7 0.6 0.9"/>
<Property key="TextColour" value="0.9 0.8 1"/>
<Property key="InheritsAlpha" value="false"/>
</Widget>
</Widget>
<Widget type="Window" skin="WindowC" position="356 10 648 540" align="Center" layer="Popup" name="WndNetEnd">
<Property key="Caption" value="#{Multiplayer}"/>
<Property key="Alpha" value="0.8"/>
<Property key="Colour" value="0.7 0.7 0"/>
<UserString key="NotSized" value="1"/>
<Widget type="Button" skin="Button" position="248 444 144 40" name="btnNetEndClose">
<Property key="Colour" value="0.47 0.47 0.47"/>
<Property key="TextColour" value="0.9 0.9 1"/>
<Property key="InheritsAlpha" value="false"/>
<Property key="Caption" value="#{BackMenu}"/>
</Widget>
<Widget type="TextBox" skin="TextBox" position="20 12 588 32" name="WndNetText"/>
</Widget>
</MyGUI>