trunk/src/mess/layout/merlin.lay
r241734 | r241735 | |
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <mamelayout version="2"> |
3 | | <element name="background"> |
4 | | <rect> |
5 | | <bounds left="0" top="0" right="1" bottom="1" /> |
6 | | <color red="0.0" green="0.0" blue="0.0" /> |
7 | | </rect> |
| 3 | |
| 4 | |
| 5 | <!-- define elements --> |
| 6 | |
| 7 | <element name="static_black"><rect><color red="0.0" green="0.0" blue="0.0" /></rect></element> |
| 8 | <element name="static_red"><rect><color red="0.8" green="0.14" blue="0.18" /></rect></element> |
| 9 | <element name="static_darkred"><rect><color red="0.64" green="0.10" blue="0.13" /></rect></element> |
| 10 | |
| 11 | <!-- buttons are not pushbuttons, they are pressed very lightly --> |
| 12 | |
| 13 | <element name="button" defstate="0"> |
| 14 | <text state="0" string=" "><color red="0.0" green="0.0" blue="0.0" /></text> |
| 15 | <text state="1" string=" "><color red="0.0" green="0.0" blue="0.0" /></text> |
| 16 | <disk state="1"> |
| 17 | <bounds x="0.13" y="0.13" width="0.74" height="0.74"/> |
| 18 | <color red="0.33" green="0.33" blue="0.22" /> |
| 19 | </disk> |
8 | 20 | </element> |
9 | 21 | |
10 | 22 | <element name="led" defstate="0"> |
11 | | <rect state="0"> |
12 | | <color red="0.2" green="0" blue="0" /> |
13 | | </rect> |
14 | | <rect state="1"> |
15 | | <color red="0.9" green="0" blue="0" /> |
16 | | </rect> |
| 23 | <text string=" "><color red="0.0" green="0.0" blue="0.0" /></text> |
| 24 | <disk> |
| 25 | <bounds x="0.30" y="0.30" width="0.40" height="0.40"/> |
| 26 | <color red="0.0" green="0.0" blue="0.0" /> |
| 27 | </disk> |
| 28 | <disk state="0"> |
| 29 | <bounds x="0.36" y="0.36" width="0.28" height="0.28"/> |
| 30 | <color red="0.25" green="0.05" blue="0.04" /> |
| 31 | </disk> |
| 32 | <disk state="1"> |
| 33 | <bounds x="0.36" y="0.36" width="0.28" height="0.28"/> |
| 34 | <color red="1.0" green="0.2" blue="0.15" /> |
| 35 | </disk> |
17 | 36 | </element> |
18 | 37 | |
19 | | <element name="0" defstate="0"> |
20 | | <rect> |
21 | | <bounds x="2" y="2" width="48" height="48"/> |
22 | | <color red="0.1" green="0.1" blue="0.1" /> |
23 | | </rect> |
24 | | <rect state="0"> |
25 | | <bounds x="0" y="0" width="48" height="48"/> |
26 | | <color red="0.25" green="0.25" blue="0.25" /> |
27 | | </rect> |
28 | | <text string="0" state="0"> |
29 | | <bounds x="8" y="24" width="40" height="20"/> |
30 | | <color red="1.0" green="1.0" blue="1.0" /> |
| 38 | |
| 39 | <!-- number panels --> |
| 40 | |
| 41 | <element name="panel_0"> |
| 42 | <rect><color red="0.64" green="0.10" blue="0.13" /></rect> |
| 43 | <disk> |
| 44 | <bounds x="0.13" y="0.13" width="0.74" height="0.74"/> |
| 45 | <color red="0.68" green="0.675" blue="0.66" /> |
| 46 | </disk> |
| 47 | <text string="0" align="2"> |
| 48 | <bounds left="0.0" right="0.96" top="0.75" bottom="1.0"/> |
| 49 | <color red="0.71" green="0.22" blue="0.28" /> |
31 | 50 | </text> |
32 | | <rect state="1"> |
33 | | <bounds x="2" y="2" width="48" height="48"/> |
34 | | <color red="0.25" green="0.25" blue="0.25" /> |
35 | | </rect> |
36 | | <text string="0" state="1"> |
37 | | <bounds x="10" y="26" width="40" height="20"/> |
38 | | <color red="1.0" green="1.0" blue="1.0" /> |
39 | | </text> |
40 | 51 | </element> |
41 | 52 | |
42 | | <element name="1" defstate="0"> |
43 | | <rect> |
44 | | <bounds x="2" y="2" width="48" height="48"/> |
45 | | <color red="0.1" green="0.1" blue="0.1" /> |
46 | | </rect> |
47 | | <rect state="0"> |
48 | | <bounds x="0" y="0" width="48" height="48"/> |
49 | | <color red="0.25" green="0.25" blue="0.25" /> |
50 | | </rect> |
51 | | <text string="1" state="0"> |
52 | | <bounds x="8" y="24" width="40" height="20"/> |
53 | | <color red="1.0" green="1.0" blue="1.0" /> |
| 53 | <element name="panel_1"> |
| 54 | <rect><color red="0.64" green="0.10" blue="0.13" /></rect> |
| 55 | <disk> |
| 56 | <bounds x="0.13" y="0.13" width="0.74" height="0.74"/> |
| 57 | <color red="0.68" green="0.675" blue="0.66" /> |
| 58 | </disk> |
| 59 | <text string="1" align="2"> |
| 60 | <bounds left="0.0" right="0.96" top="0.75" bottom="1.0"/> |
| 61 | <color red="0.71" green="0.22" blue="0.28" /> |
54 | 62 | </text> |
55 | | <rect state="1"> |
56 | | <bounds x="2" y="2" width="48" height="48"/> |
57 | | <color red="0.25" green="0.25" blue="0.25" /> |
58 | | </rect> |
59 | | <text string="1" state="1"> |
60 | | <bounds x="10" y="26" width="40" height="20"/> |
61 | | <color red="1.0" green="1.0" blue="1.0" /> |
62 | | </text> |
63 | 63 | </element> |
64 | 64 | |
65 | | <element name="2" defstate="0"> |
66 | | <rect> |
67 | | <bounds x="2" y="2" width="48" height="48"/> |
68 | | <color red="0.1" green="0.1" blue="0.1" /> |
69 | | </rect> |
70 | | <rect state="0"> |
71 | | <bounds x="0" y="0" width="48" height="48"/> |
72 | | <color red="0.25" green="0.25" blue="0.25" /> |
73 | | </rect> |
74 | | <text string="2" state="0"> |
75 | | <bounds x="8" y="24" width="40" height="20"/> |
76 | | <color red="1.0" green="1.0" blue="1.0" /> |
| 65 | <element name="panel_2"> |
| 66 | <rect><color red="0.64" green="0.10" blue="0.13" /></rect> |
| 67 | <disk> |
| 68 | <bounds x="0.13" y="0.13" width="0.74" height="0.74"/> |
| 69 | <color red="0.68" green="0.675" blue="0.66" /> |
| 70 | </disk> |
| 71 | <text string="2" align="2"> |
| 72 | <bounds left="0.0" right="0.96" top="0.75" bottom="1.0"/> |
| 73 | <color red="0.71" green="0.22" blue="0.28" /> |
77 | 74 | </text> |
78 | | <rect state="1"> |
79 | | <bounds x="2" y="2" width="48" height="48"/> |
80 | | <color red="0.25" green="0.25" blue="0.25" /> |
81 | | </rect> |
82 | | <text string="2" state="1"> |
83 | | <bounds x="10" y="26" width="40" height="20"/> |
84 | | <color red="1.0" green="1.0" blue="1.0" /> |
85 | | </text> |
86 | 75 | </element> |
87 | 76 | |
88 | | <element name="3" defstate="0"> |
89 | | <rect> |
90 | | <bounds x="2" y="2" width="48" height="48"/> |
91 | | <color red="0.1" green="0.1" blue="0.1" /> |
92 | | </rect> |
93 | | <rect state="0"> |
94 | | <bounds x="0" y="0" width="48" height="48"/> |
95 | | <color red="0.25" green="0.25" blue="0.25" /> |
96 | | </rect> |
97 | | <text string="3" state="0"> |
98 | | <bounds x="8" y="24" width="40" height="20"/> |
99 | | <color red="1.0" green="1.0" blue="1.0" /> |
| 77 | <element name="panel_3"> |
| 78 | <rect><color red="0.64" green="0.10" blue="0.13" /></rect> |
| 79 | <disk> |
| 80 | <bounds x="0.13" y="0.13" width="0.74" height="0.74"/> |
| 81 | <color red="0.68" green="0.675" blue="0.66" /> |
| 82 | </disk> |
| 83 | <text string="3" align="2"> |
| 84 | <bounds left="0.0" right="0.96" top="0.75" bottom="1.0"/> |
| 85 | <color red="0.71" green="0.22" blue="0.28" /> |
100 | 86 | </text> |
101 | | <rect state="1"> |
102 | | <bounds x="2" y="2" width="48" height="48"/> |
103 | | <color red="0.25" green="0.25" blue="0.25" /> |
104 | | </rect> |
105 | | <text string="3" state="1"> |
106 | | <bounds x="10" y="26" width="40" height="20"/> |
107 | | <color red="1.0" green="1.0" blue="1.0" /> |
108 | | </text> |
109 | 87 | </element> |
110 | 88 | |
111 | | <element name="4" defstate="0"> |
112 | | <rect> |
113 | | <bounds x="2" y="2" width="48" height="48"/> |
114 | | <color red="0.1" green="0.1" blue="0.1" /> |
115 | | </rect> |
116 | | <rect state="0"> |
117 | | <bounds x="0" y="0" width="48" height="48"/> |
118 | | <color red="0.25" green="0.25" blue="0.25" /> |
119 | | </rect> |
120 | | <text string="4" state="0"> |
121 | | <bounds x="8" y="24" width="40" height="20"/> |
122 | | <color red="1.0" green="1.0" blue="1.0" /> |
| 89 | <element name="panel_4"> |
| 90 | <rect><color red="0.64" green="0.10" blue="0.13" /></rect> |
| 91 | <disk> |
| 92 | <bounds x="0.13" y="0.13" width="0.74" height="0.74"/> |
| 93 | <color red="0.68" green="0.675" blue="0.66" /> |
| 94 | </disk> |
| 95 | <text string="4" align="2"> |
| 96 | <bounds left="0.0" right="0.96" top="0.75" bottom="1.0"/> |
| 97 | <color red="0.71" green="0.22" blue="0.28" /> |
123 | 98 | </text> |
124 | | <rect state="1"> |
125 | | <bounds x="2" y="2" width="48" height="48"/> |
126 | | <color red="0.25" green="0.25" blue="0.25" /> |
127 | | </rect> |
128 | | <text string="4" state="1"> |
129 | | <bounds x="10" y="26" width="40" height="20"/> |
130 | | <color red="1.0" green="1.0" blue="1.0" /> |
131 | | </text> |
132 | 99 | </element> |
133 | 100 | |
134 | | <element name="5" defstate="0"> |
135 | | <rect> |
136 | | <bounds x="2" y="2" width="48" height="48"/> |
137 | | <color red="0.1" green="0.1" blue="0.1" /> |
138 | | </rect> |
139 | | <rect state="0"> |
140 | | <bounds x="0" y="0" width="48" height="48"/> |
141 | | <color red="0.25" green="0.25" blue="0.25" /> |
142 | | </rect> |
143 | | <text string="5" state="0"> |
144 | | <bounds x="8" y="24" width="40" height="20"/> |
145 | | <color red="1.0" green="1.0" blue="1.0" /> |
| 101 | <element name="panel_5"> |
| 102 | <rect><color red="0.64" green="0.10" blue="0.13" /></rect> |
| 103 | <disk> |
| 104 | <bounds x="0.13" y="0.13" width="0.74" height="0.74"/> |
| 105 | <color red="0.68" green="0.675" blue="0.66" /> |
| 106 | </disk> |
| 107 | <text string="5" align="2"> |
| 108 | <bounds left="0.0" right="0.96" top="0.75" bottom="1.0"/> |
| 109 | <color red="0.71" green="0.22" blue="0.28" /> |
146 | 110 | </text> |
147 | | <rect state="1"> |
148 | | <bounds x="2" y="2" width="48" height="48"/> |
149 | | <color red="0.25" green="0.25" blue="0.25" /> |
150 | | </rect> |
151 | | <text string="5" state="1"> |
152 | | <bounds x="10" y="26" width="40" height="20"/> |
153 | | <color red="1.0" green="1.0" blue="1.0" /> |
154 | | </text> |
155 | 111 | </element> |
156 | 112 | |
157 | | <element name="6" defstate="0"> |
158 | | <rect> |
159 | | <bounds x="2" y="2" width="48" height="48"/> |
160 | | <color red="0.1" green="0.1" blue="0.1" /> |
161 | | </rect> |
162 | | <rect state="0"> |
163 | | <bounds x="0" y="0" width="48" height="48"/> |
164 | | <color red="0.25" green="0.25" blue="0.25" /> |
165 | | </rect> |
166 | | <text string="6" state="0"> |
167 | | <bounds x="8" y="24" width="40" height="20"/> |
168 | | <color red="1.0" green="1.0" blue="1.0" /> |
| 113 | <element name="panel_6"> |
| 114 | <rect><color red="0.64" green="0.10" blue="0.13" /></rect> |
| 115 | <disk> |
| 116 | <bounds x="0.13" y="0.13" width="0.74" height="0.74"/> |
| 117 | <color red="0.68" green="0.675" blue="0.66" /> |
| 118 | </disk> |
| 119 | <text string="6" align="2"> |
| 120 | <bounds left="0.0" right="0.96" top="0.75" bottom="1.0"/> |
| 121 | <color red="0.71" green="0.22" blue="0.28" /> |
169 | 122 | </text> |
170 | | <rect state="1"> |
171 | | <bounds x="2" y="2" width="48" height="48"/> |
172 | | <color red="0.25" green="0.25" blue="0.25" /> |
173 | | </rect> |
174 | | <text string="6" state="1"> |
175 | | <bounds x="10" y="26" width="40" height="20"/> |
176 | | <color red="1.0" green="1.0" blue="1.0" /> |
177 | | </text> |
178 | 123 | </element> |
179 | 124 | |
180 | | <element name="7" defstate="0"> |
181 | | <rect> |
182 | | <bounds x="2" y="2" width="48" height="48"/> |
183 | | <color red="0.1" green="0.1" blue="0.1" /> |
184 | | </rect> |
185 | | <rect state="0"> |
186 | | <bounds x="0" y="0" width="48" height="48"/> |
187 | | <color red="0.25" green="0.25" blue="0.25" /> |
188 | | </rect> |
189 | | <text string="7" state="0"> |
190 | | <bounds x="8" y="24" width="40" height="20"/> |
191 | | <color red="1.0" green="1.0" blue="1.0" /> |
| 125 | <element name="panel_7"> |
| 126 | <rect><color red="0.64" green="0.10" blue="0.13" /></rect> |
| 127 | <disk> |
| 128 | <bounds x="0.13" y="0.13" width="0.74" height="0.74"/> |
| 129 | <color red="0.68" green="0.675" blue="0.66" /> |
| 130 | </disk> |
| 131 | <text string="7" align="2"> |
| 132 | <bounds left="0.0" right="0.96" top="0.75" bottom="1.0"/> |
| 133 | <color red="0.71" green="0.22" blue="0.28" /> |
192 | 134 | </text> |
193 | | <rect state="1"> |
194 | | <bounds x="2" y="2" width="48" height="48"/> |
195 | | <color red="0.25" green="0.25" blue="0.25" /> |
196 | | </rect> |
197 | | <text string="7" state="1"> |
198 | | <bounds x="10" y="26" width="40" height="20"/> |
199 | | <color red="1.0" green="1.0" blue="1.0" /> |
200 | | </text> |
201 | 135 | </element> |
202 | 136 | |
203 | | <element name="8" defstate="0"> |
204 | | <rect> |
205 | | <bounds x="2" y="2" width="48" height="48"/> |
206 | | <color red="0.1" green="0.1" blue="0.1" /> |
207 | | </rect> |
208 | | <rect state="0"> |
209 | | <bounds x="0" y="0" width="48" height="48"/> |
210 | | <color red="0.25" green="0.25" blue="0.25" /> |
211 | | </rect> |
212 | | <text string="8" state="0"> |
213 | | <bounds x="8" y="24" width="40" height="20"/> |
214 | | <color red="1.0" green="1.0" blue="1.0" /> |
| 137 | <element name="panel_8"> |
| 138 | <rect><color red="0.64" green="0.10" blue="0.13" /></rect> |
| 139 | <disk> |
| 140 | <bounds x="0.13" y="0.13" width="0.74" height="0.74"/> |
| 141 | <color red="0.68" green="0.675" blue="0.66" /> |
| 142 | </disk> |
| 143 | <text string="8" align="2"> |
| 144 | <bounds left="0.0" right="0.96" top="0.75" bottom="1.0"/> |
| 145 | <color red="0.71" green="0.22" blue="0.28" /> |
215 | 146 | </text> |
216 | | <rect state="1"> |
217 | | <bounds x="2" y="2" width="48" height="48"/> |
218 | | <color red="0.25" green="0.25" blue="0.25" /> |
219 | | </rect> |
220 | | <text string="8" state="1"> |
221 | | <bounds x="10" y="26" width="40" height="20"/> |
222 | | <color red="1.0" green="1.0" blue="1.0" /> |
223 | | </text> |
224 | 147 | </element> |
225 | 148 | |
226 | | <element name="9" defstate="0"> |
227 | | <rect> |
228 | | <bounds x="2" y="2" width="48" height="48"/> |
229 | | <color red="0.1" green="0.1" blue="0.1" /> |
230 | | </rect> |
231 | | <rect state="0"> |
232 | | <bounds x="0" y="0" width="48" height="48"/> |
233 | | <color red="0.25" green="0.25" blue="0.25" /> |
234 | | </rect> |
235 | | <text string="9" state="0"> |
236 | | <bounds x="8" y="24" width="40" height="20"/> |
237 | | <color red="1.0" green="1.0" blue="1.0" /> |
| 149 | <element name="panel_9"> |
| 150 | <rect><color red="0.64" green="0.10" blue="0.13" /></rect> |
| 151 | <disk> |
| 152 | <bounds x="0.13" y="0.13" width="0.74" height="0.74"/> |
| 153 | <color red="0.68" green="0.675" blue="0.66" /> |
| 154 | </disk> |
| 155 | <text string="9" align="2"> |
| 156 | <bounds left="0.0" right="0.96" top="0.75" bottom="1.0"/> |
| 157 | <color red="0.71" green="0.22" blue="0.28" /> |
238 | 158 | </text> |
239 | | <rect state="1"> |
240 | | <bounds x="2" y="2" width="48" height="48"/> |
241 | | <color red="0.25" green="0.25" blue="0.25" /> |
242 | | </rect> |
243 | | <text string="9" state="1"> |
244 | | <bounds x="10" y="26" width="40" height="20"/> |
245 | | <color red="1.0" green="1.0" blue="1.0" /> |
246 | | </text> |
247 | 159 | </element> |
248 | 160 | |
249 | | <element name="10" defstate="0"> |
250 | | <rect> |
251 | | <bounds x="2" y="2" width="48" height="48"/> |
252 | | <color red="0.1" green="0.1" blue="0.1" /> |
253 | | </rect> |
254 | | <rect state="0"> |
255 | | <bounds x="0" y="0" width="48" height="48"/> |
256 | | <color red="0.25" green="0.25" blue="0.25" /> |
257 | | </rect> |
258 | | <text string="10" state="0"> |
259 | | <bounds x="8" y="24" width="40" height="20"/> |
260 | | <color red="1.0" green="1.0" blue="1.0" /> |
| 161 | <element name="panel_10"> |
| 162 | <rect><color red="0.64" green="0.10" blue="0.13" /></rect> |
| 163 | <disk> |
| 164 | <bounds x="0.13" y="0.13" width="0.74" height="0.74"/> |
| 165 | <color red="0.68" green="0.675" blue="0.66" /> |
| 166 | </disk> |
| 167 | <text string="10" align="2"> |
| 168 | <bounds left="0.0" right="0.98" top="0.75" bottom="1.0"/> |
| 169 | <color red="0.71" green="0.22" blue="0.28" /> |
261 | 170 | </text> |
262 | | <rect state="1"> |
263 | | <bounds x="2" y="2" width="48" height="48"/> |
264 | | <color red="0.25" green="0.25" blue="0.25" /> |
265 | | </rect> |
266 | | <text string="10" state="1"> |
267 | | <bounds x="10" y="26" width="40" height="20"/> |
268 | | <color red="1.0" green="1.0" blue="1.0" /> |
269 | | </text> |
270 | 171 | </element> |
271 | 172 | |
272 | | <element name="new_game" defstate="0"> |
273 | | <rect> |
274 | | <bounds x="2" y="2" width="48" height="48"/> |
275 | | <color red="0.1" green="0.1" blue="0.1" /> |
276 | | </rect> |
277 | | <rect state="0"> |
278 | | <bounds x="0" y="0" width="48" height="48"/> |
279 | | <color red="0.25" green="0.25" blue="0.25" /> |
280 | | </rect> |
281 | | <text string="NEW GAME" state="0"> |
282 | | <bounds x="8" y="24" width="40" height="20"/> |
283 | | <color red="1.0" green="1.0" blue="1.0" /> |
| 173 | |
| 174 | <!-- bottom panels --> |
| 175 | |
| 176 | <element name="panel_newgame"> |
| 177 | <rect><color red="0.68" green="0.675" blue="0.66" /></rect> |
| 178 | <text string="NEW"> |
| 179 | <bounds x="0.0" y="0.25" width="1.0" height="0.24"/> |
| 180 | <color red="0.0" green="0.0" blue="0.0" /> |
284 | 181 | </text> |
285 | | <rect state="1"> |
286 | | <bounds x="2" y="2" width="48" height="48"/> |
287 | | <color red="0.25" green="0.25" blue="0.25" /> |
288 | | </rect> |
289 | | <text string="NEW GAME" state="1"> |
290 | | <bounds x="10" y="26" width="40" height="20"/> |
291 | | <color red="1.0" green="1.0" blue="1.0" /> |
| 182 | <text string="GAME"> |
| 183 | <bounds x="0.0" y="0.50" width="1.0" height="0.24"/> |
| 184 | <color red="0.0" green="0.0" blue="0.0" /> |
292 | 185 | </text> |
293 | 186 | </element> |
294 | 187 | |
295 | | <element name="same_game" defstate="0"> |
296 | | <rect> |
297 | | <bounds x="2" y="2" width="48" height="48"/> |
298 | | <color red="0.1" green="0.1" blue="0.1" /> |
299 | | </rect> |
300 | | <rect state="0"> |
301 | | <bounds x="0" y="0" width="48" height="48"/> |
302 | | <color red="0.25" green="0.25" blue="0.25" /> |
303 | | </rect> |
304 | | <text string="SAME GAME" state="0"> |
305 | | <bounds x="8" y="24" width="40" height="20"/> |
306 | | <color red="1.0" green="1.0" blue="1.0" /> |
| 188 | <element name="panel_samegame"> |
| 189 | <rect><color red="0.68" green="0.675" blue="0.66" /></rect> |
| 190 | <text string="SAME"> |
| 191 | <bounds x="0.0" y="0.25" width="1.0" height="0.24"/> |
| 192 | <color red="0.0" green="0.0" blue="0.0" /> |
307 | 193 | </text> |
308 | | <rect state="1"> |
309 | | <bounds x="2" y="2" width="48" height="48"/> |
310 | | <color red="0.25" green="0.25" blue="0.25" /> |
311 | | </rect> |
312 | | <text string="SAME GAME" state="1"> |
313 | | <bounds x="10" y="26" width="40" height="20"/> |
314 | | <color red="1.0" green="1.0" blue="1.0" /> |
| 194 | <text string="GAME"> |
| 195 | <bounds x="0.0" y="0.50" width="1.0" height="0.24"/> |
| 196 | <color red="0.0" green="0.0" blue="0.0" /> |
315 | 197 | </text> |
316 | 198 | </element> |
317 | 199 | |
318 | | <element name="hit_me" defstate="0"> |
319 | | <rect> |
320 | | <bounds x="2" y="2" width="48" height="48"/> |
321 | | <color red="0.1" green="0.1" blue="0.1" /> |
322 | | </rect> |
323 | | <rect state="0"> |
324 | | <bounds x="0" y="0" width="48" height="48"/> |
325 | | <color red="0.25" green="0.25" blue="0.25" /> |
326 | | </rect> |
327 | | <text string="HIT ME" state="0"> |
328 | | <bounds x="8" y="24" width="40" height="20"/> |
329 | | <color red="1.0" green="1.0" blue="1.0" /> |
| 200 | <element name="panel_hitme"> |
| 201 | <rect><color red="0.68" green="0.675" blue="0.66" /></rect> |
| 202 | <text string="HIT"> |
| 203 | <bounds x="0.0" y="0.25" width="1.0" height="0.24"/> |
| 204 | <color red="0.0" green="0.0" blue="0.0" /> |
330 | 205 | </text> |
331 | | <rect state="1"> |
332 | | <bounds x="2" y="2" width="48" height="48"/> |
333 | | <color red="0.25" green="0.25" blue="0.25" /> |
334 | | </rect> |
335 | | <text string="HIT ME" state="1"> |
336 | | <bounds x="10" y="26" width="40" height="20"/> |
337 | | <color red="1.0" green="1.0" blue="1.0" /> |
| 206 | <text string="ME"> |
| 207 | <bounds x="0.0" y="0.50" width="1.0" height="0.24"/> |
| 208 | <color red="0.0" green="0.0" blue="0.0" /> |
338 | 209 | </text> |
339 | 210 | </element> |
340 | 211 | |
341 | | <element name="comp_turn" defstate="0"> |
342 | | <rect> |
343 | | <bounds x="2" y="2" width="48" height="48"/> |
344 | | <color red="0.1" green="0.1" blue="0.1" /> |
345 | | </rect> |
346 | | <rect state="0"> |
347 | | <bounds x="0" y="0" width="48" height="48"/> |
348 | | <color red="0.25" green="0.25" blue="0.25" /> |
349 | | </rect> |
350 | | <text string="COMP TURN" state="0"> |
351 | | <bounds x="8" y="24" width="40" height="20"/> |
352 | | <color red="1.0" green="1.0" blue="1.0" /> |
| 212 | <element name="panel_compturn"> |
| 213 | <rect><color red="0.68" green="0.675" blue="0.66" /></rect> |
| 214 | <text string="COMP"> |
| 215 | <bounds x="0.0" y="0.25" width="1.0" height="0.24"/> |
| 216 | <color red="0.0" green="0.0" blue="0.0" /> |
353 | 217 | </text> |
354 | | <rect state="1"> |
355 | | <bounds x="2" y="2" width="48" height="48"/> |
356 | | <color red="0.25" green="0.25" blue="0.25" /> |
357 | | </rect> |
358 | | <text string="COMP TURN" state="1"> |
359 | | <bounds x="10" y="26" width="40" height="20"/> |
360 | | <color red="1.0" green="1.0" blue="1.0" /> |
| 218 | <text string="TURN"> |
| 219 | <bounds x="0.0" y="0.50" width="1.0" height="0.24"/> |
| 220 | <color red="0.0" green="0.0" blue="0.0" /> |
361 | 221 | </text> |
362 | 222 | </element> |
363 | 223 | |
364 | | <view name="Default Layout"> |
365 | 224 | |
366 | | <!-- Black background --> |
367 | | <bezel element="background"> |
368 | | <bounds left="0" top="0" right="200" bottom="250" /> |
| 225 | |
| 226 | <!-- build screen --> |
| 227 | |
| 228 | <view name="Internal Layout"> |
| 229 | <bounds left="0" right="88" top="0" bottom="216" /> |
| 230 | <bezel element="static_black"> |
| 231 | <bounds left="0" right="88" top="0" bottom="216" /> |
369 | 232 | </bezel> |
370 | 233 | |
371 | | <!-- LEDs and number buttons --> |
| 234 | <!-- (don't care about the upper loudspeaker+logo part) --> |
372 | 235 | |
| 236 | <bezel element="static_darkred"> |
| 237 | <bounds x="10" y="4" width="68" height="160" /> |
| 238 | </bezel> |
| 239 | |
| 240 | <bezel element="static_red"> |
| 241 | <bounds x="7" y="0" width="74" height="8" /> |
| 242 | </bezel> |
| 243 | <bezel element="static_red"> |
| 244 | <bounds x="4" y="14" width="80" height="128" /> |
| 245 | </bezel> |
| 246 | <bezel element="static_red"> |
| 247 | <bounds x="7" y="148" width="74" height="62" /> |
| 248 | </bezel> |
| 249 | |
| 250 | |
| 251 | <!-- number panels --> |
| 252 | |
| 253 | <bezel element="panel_0"> |
| 254 | <bounds x="34" y="20" width="20" height="20" /> |
| 255 | </bezel> |
373 | 256 | <bezel name="lamp0" element="led"> |
374 | | <bounds x="100" y="20" width="20" height="10" /> |
| 257 | <bounds x="34" y="20" width="20" height="20" /> |
375 | 258 | </bezel> |
376 | | <bezel element="0" inputtag="O.0" inputmask="0x01"> |
377 | | <bounds x="100" y="32" width="20" height="10" /> |
| 259 | <bezel element="button" inputtag="O.0" inputmask="0x01"> |
| 260 | <bounds x="34" y="20" width="20" height="20" /> |
| 261 | <color alpha="0.2" /> |
378 | 262 | </bezel> |
379 | 263 | |
| 264 | <bezel element="panel_1"> |
| 265 | <bounds x="10" y="44" width="20" height="20" /> |
| 266 | </bezel> |
380 | 267 | <bezel name="lamp1" element="led"> |
381 | | <bounds x="50" y="50" width="20" height="10" /> |
| 268 | <bounds x="10" y="44" width="20" height="20" /> |
382 | 269 | </bezel> |
383 | | <bezel element="1" inputtag="O.0" inputmask="0x02"> |
384 | | <bounds x="50" y="62" width="20" height="10" /> |
| 270 | <bezel element="button" inputtag="O.0" inputmask="0x02"> |
| 271 | <bounds x="10" y="44" width="20" height="20" /> |
| 272 | <color alpha="0.2" /> |
385 | 273 | </bezel> |
386 | | |
| 274 | <bezel element="panel_2"> |
| 275 | <bounds x="34" y="44" width="20" height="20" /> |
| 276 | </bezel> |
387 | 277 | <bezel name="lamp2" element="led"> |
388 | | <bounds x="100" y="50" width="20" height="10" /> |
| 278 | <bounds x="34" y="44" width="20" height="20" /> |
389 | 279 | </bezel> |
390 | | <bezel element="2" inputtag="O.0" inputmask="0x08"> |
391 | | <bounds x="100" y="62" width="20" height="10" /> |
| 280 | <bezel element="button" inputtag="O.0" inputmask="0x08"> |
| 281 | <bounds x="34" y="44" width="20" height="20" /> |
| 282 | <color alpha="0.2" /> |
392 | 283 | </bezel> |
393 | | |
| 284 | <bezel element="panel_3"> |
| 285 | <bounds x="58" y="44" width="20" height="20" /> |
| 286 | </bezel> |
394 | 287 | <bezel name="lamp3" element="led"> |
395 | | <bounds x="150" y="50" width="20" height="10" /> |
| 288 | <bounds x="58" y="44" width="20" height="20" /> |
396 | 289 | </bezel> |
397 | | <bezel element="3" inputtag="O.0" inputmask="0x04"> |
398 | | <bounds x="150" y="62" width="20" height="10" /> |
| 290 | <bezel element="button" inputtag="O.0" inputmask="0x04"> |
| 291 | <bounds x="58" y="44" width="20" height="20" /> |
| 292 | <color alpha="0.2" /> |
399 | 293 | </bezel> |
400 | 294 | |
401 | | |
| 295 | <bezel element="panel_4"> |
| 296 | <bounds x="10" y="68" width="20" height="20" /> |
| 297 | </bezel> |
402 | 298 | <bezel name="lamp4" element="led"> |
403 | | <bounds x="50" y="80" width="20" height="10" /> |
| 299 | <bounds x="10" y="68" width="20" height="20" /> |
404 | 300 | </bezel> |
405 | | <bezel element="4" inputtag="O.1" inputmask="0x01"> |
406 | | <bounds x="50" y="92" width="20" height="10" /> |
| 301 | <bezel element="button" inputtag="O.1" inputmask="0x01"> |
| 302 | <bounds x="10" y="68" width="20" height="20" /> |
| 303 | <color alpha="0.2" /> |
407 | 304 | </bezel> |
408 | | |
| 305 | <bezel element="panel_5"> |
| 306 | <bounds x="34" y="68" width="20" height="20" /> |
| 307 | </bezel> |
409 | 308 | <bezel name="lamp5" element="led"> |
410 | | <bounds x="100" y="80" width="20" height="10" /> |
| 309 | <bounds x="34" y="68" width="20" height="20" /> |
411 | 310 | </bezel> |
412 | | <bezel element="5" inputtag="O.1" inputmask="0x02"> |
413 | | <bounds x="100" y="92" width="20" height="10" /> |
| 311 | <bezel element="button" inputtag="O.1" inputmask="0x02"> |
| 312 | <bounds x="34" y="68" width="20" height="20" /> |
| 313 | <color alpha="0.2" /> |
414 | 314 | </bezel> |
415 | | |
| 315 | <bezel element="panel_6"> |
| 316 | <bounds x="58" y="68" width="20" height="20" /> |
| 317 | </bezel> |
416 | 318 | <bezel name="lamp6" element="led"> |
417 | | <bounds x="150" y="80" width="20" height="10" /> |
| 319 | <bounds x="58" y="68" width="20" height="20" /> |
418 | 320 | </bezel> |
419 | | <bezel element="6" inputtag="O.1" inputmask="0x08"> |
420 | | <bounds x="150" y="92" width="20" height="10" /> |
| 321 | <bezel element="button" inputtag="O.1" inputmask="0x08"> |
| 322 | <bounds x="58" y="68" width="20" height="20" /> |
| 323 | <color alpha="0.2" /> |
421 | 324 | </bezel> |
422 | 325 | |
423 | | |
| 326 | <bezel element="panel_7"> |
| 327 | <bounds x="10" y="92" width="20" height="20" /> |
| 328 | </bezel> |
424 | 329 | <bezel name="lamp7" element="led"> |
425 | | <bounds x="50" y="110" width="20" height="10" /> |
| 330 | <bounds x="10" y="92" width="20" height="20" /> |
426 | 331 | </bezel> |
427 | | <bezel element="7" inputtag="O.1" inputmask="0x04"> |
428 | | <bounds x="50" y="122" width="20" height="10" /> |
| 332 | <bezel element="button" inputtag="O.1" inputmask="0x04"> |
| 333 | <bounds x="10" y="92" width="20" height="20" /> |
| 334 | <color alpha="0.2" /> |
429 | 335 | </bezel> |
| 336 | <bezel element="panel_8"> |
| 337 | <bounds x="34" y="92" width="20" height="20" /> |
| 338 | </bezel> |
430 | 339 | <bezel name="lamp8" element="led"> |
431 | | <bounds x="100" y="110" width="20" height="10" /> |
| 340 | <bounds x="34" y="92" width="20" height="20" /> |
432 | 341 | </bezel> |
433 | | <bezel element="8" inputtag="O.2" inputmask="0x01"> |
434 | | <bounds x="100" y="122" width="20" height="10" /> |
| 342 | <bezel element="button" inputtag="O.2" inputmask="0x01"> |
| 343 | <bounds x="34" y="92" width="20" height="20" /> |
| 344 | <color alpha="0.2" /> |
435 | 345 | </bezel> |
| 346 | <bezel element="panel_9"> |
| 347 | <bounds x="58" y="92" width="20" height="20" /> |
| 348 | </bezel> |
436 | 349 | <bezel name="lamp9" element="led"> |
437 | | <bounds x="150" y="110" width="20" height="10" /> |
| 350 | <bounds x="58" y="92" width="20" height="20" /> |
438 | 351 | </bezel> |
439 | | <bezel element="9" inputtag="O.2" inputmask="0x02"> |
440 | | <bounds x="150" y="122" width="20" height="10" /> |
| 352 | <bezel element="button" inputtag="O.2" inputmask="0x02"> |
| 353 | <bounds x="58" y="92" width="20" height="20" /> |
| 354 | <color alpha="0.2" /> |
441 | 355 | </bezel> |
442 | 356 | |
443 | | |
| 357 | <bezel element="panel_10"> |
| 358 | <bounds x="34" y="116" width="20" height="20" /> |
| 359 | </bezel> |
444 | 360 | <bezel name="lamp10" element="led"> |
445 | | <bounds x="100" y="140" width="20" height="10" /> |
| 361 | <bounds x="34" y="116" width="20" height="20" /> |
446 | 362 | </bezel> |
447 | | <bezel element="10" inputtag="O.2" inputmask="0x08"> |
448 | | <bounds x="100" y="152" width="20" height="10" /> |
| 363 | <bezel element="button" inputtag="O.2" inputmask="0x08"> |
| 364 | <bounds x="34" y="116" width="20" height="20" /> |
| 365 | <color alpha="0.2" /> |
449 | 366 | </bezel> |
450 | 367 | |
451 | 368 | |
452 | | <!-- Other buttons --> |
| 369 | <!-- bottom panels --> |
453 | 370 | |
454 | | <bezel element="new_game" inputtag="O.3" inputmask="0x08"> |
455 | | <bounds x="75" y="170" width="30" height="30" /> |
| 371 | <bezel element="panel_newgame"> |
| 372 | <bounds x="21" y="156" width="20" height="20" /> |
456 | 373 | </bezel> |
457 | | <bezel element="same_game" inputtag="O.2" inputmask="0x04"> |
458 | | <bounds x="125" y="170" width="30" height="30" /> |
| 374 | <bezel element="button" inputtag="O.3" inputmask="0x08"> |
| 375 | <bounds x="21" y="156" width="20" height="20" /> |
| 376 | <color alpha="0.2" /> |
459 | 377 | </bezel> |
460 | 378 | |
461 | | <bezel element="hit_me" inputtag="O.3" inputmask="0x04"> |
462 | | <bounds x="75" y="210" width="30" height="30" /> |
| 379 | <bezel element="panel_samegame"> |
| 380 | <bounds x="47" y="156" width="20" height="20" /> |
463 | 381 | </bezel> |
464 | | <bezel element="comp_turn" inputtag="O.3" inputmask="0x02"> |
465 | | <bounds x="125" y="210" width="30" height="30" /> |
| 382 | <bezel element="button" inputtag="O.2" inputmask="0x04"> |
| 383 | <bounds x="47" y="156" width="20" height="20" /> |
| 384 | <color alpha="0.2" /> |
466 | 385 | </bezel> |
| 386 | |
| 387 | <bezel element="panel_hitme"> |
| 388 | <bounds x="21" y="182" width="20" height="20" /> |
| 389 | </bezel> |
| 390 | <bezel element="button" inputtag="O.3" inputmask="0x04"> |
| 391 | <bounds x="21" y="182" width="20" height="20" /> |
| 392 | <color alpha="0.2" /> |
| 393 | </bezel> |
| 394 | |
| 395 | <bezel element="panel_compturn"> |
| 396 | <bounds x="47" y="182" width="20" height="20" /> |
| 397 | </bezel> |
| 398 | <bezel element="button" inputtag="O.3" inputmask="0x02"> |
| 399 | <bounds x="47" y="182" width="20" height="20" /> |
| 400 | <color alpha="0.2" /> |
| 401 | </bezel> |
| 402 | |
467 | 403 | </view> |
468 | 404 | </mamelayout> |