diff options
| author | RaysFire <[email protected]> | 2013-12-30 18:20:53 -0600 |
|---|---|---|
| committer | RaysFire <[email protected]> | 2013-12-30 18:20:53 -0600 |
| commit | 7c89dad29f63372e15175a64cb14ad569380db99 (patch) | |
| tree | c63a68f6d60eb30e5c9f275c64c0e839b4d51e20 /resource/ui/HudTournament.res | |
| parent | 122e8d9023abcd8f64a78694f3dd0fcff55f7b05 (diff) | |
Updated to prepare for themed huds in the future
Diffstat (limited to 'resource/ui/HudTournament.res')
| -rw-r--r-- | resource/ui/HudTournament.res | 28 |
1 files changed, 23 insertions, 5 deletions
diff --git a/resource/ui/HudTournament.res b/resource/ui/HudTournament.res index 70961f9..56b4d70 100644 --- a/resource/ui/HudTournament.res +++ b/resource/ui/HudTournament.res @@ -30,7 +30,23 @@ "color_ready" "0 255 0 220" "color_notready" "0 0 0 220" - + + "BG" + { + "ControlName" "ImagePanel" + "fieldName" "BG" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "55" + "tall" "35" + "autoResize" "0" + "pinCorner" "0" + "fillcolor" "0 0 0 255" + "visible" "1" + "enabled" "1" + } + "playername" { "ControlName" "CExLabel" @@ -52,9 +68,10 @@ { "xpos" "4" "ypos" "25" - "wide" "48" + "wide" "48" "textAlignment" "center" - "font" "PlayerPanelPlayerName" + "fgcolor_override" "TanLight" + "font" "Cerbetica9" } } @@ -126,7 +143,7 @@ "fieldName" "ReadyBG" "xpos" "30" "ypos" "6" - "zpos" "-1" + "zpos" "2" "wide" "16" "tall" "16" "autoResize" "0" @@ -153,7 +170,7 @@ "fieldName" "ReadyImage" "xpos" "32" "ypos" "8" - "zpos" "0" + "zpos" "5" "wide" "12" "tall" "12" "autoResize" "0" @@ -161,6 +178,7 @@ "visible" "0" "enabled" "1" "image" "hud/checkmark" + "fgcolor_override" "15 255 15 255" "scaleImage" "1" if_mvm |
