File tree 1 file changed +42
-1
lines changed
1 file changed +42
-1
lines changed Original file line number Diff line number Diff line change 308
308
bordercolor 1 .682 0 1
309
309
forecolor 1 1 1 1
310
310
descText @MENUS_CHOOSE_THE_MODEL_FOR
311
+ cvarTest "ui_selectedModelIndex"
312
+ hideCvar
313
+ {
314
+ "-1"
315
+ }
311
316
visible 1
312
317
textscale 0.7
313
318
action
314
- {
319
+ {
315
320
play "sound/interface/button1"
316
321
}
317
322
mouseenter
324
329
}
325
330
}
326
331
332
+ itemDef
333
+ {
334
+ name headlistinactive
335
+ rect 20 62 404 194
336
+ type ITEM_TYPE_LISTBOX
337
+ style WINDOW_STYLE_FILLED
338
+ elementwidth 48
339
+ elementheight 48
340
+ elementtype LISTBOX_IMAGE
341
+ feeder FEEDER_Q3HEADS
342
+ backcolor 0 0 0 1
343
+ border 1
344
+ bordercolor 0 0 0 0
345
+ forecolor 1 1 1 1
346
+ descText @MENUS_CHOOSE_THE_MODEL_FOR
347
+ cvarTest "ui_selectedModelIndex"
348
+ showCvar
349
+ {
350
+ "-1"
351
+ }
352
+ visible 1
353
+ textscale 0.7
354
+ action
355
+ {
356
+ play "sound/interface/button1"
357
+ }
358
+ mouseenter
359
+ {
360
+ setitemcolor headlist bordercolor 0 0 0 0
361
+ }
362
+ mouseexit
363
+ {
364
+ setitemcolor headlist bordercolor 0 0 0 0
365
+ }
366
+ }
367
+
327
368
//------------------------------------------------------------------------------------------------
328
369
// Custom skin
329
370
//------------------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments