diff options
| author | CriticalFlaw <[email protected]> | 2021-07-03 14:26:10 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2021-07-03 14:26:10 -0400 |
| commit | 6503b7feb5cab0e877e0470dc351bf309a261004 (patch) | |
| tree | d8d634ba19d71dfa46f8554f0e64c3b6389ad72f /resource/ui/mainmenuoverride-base.res | |
| parent | 828bb29e330132188e880bdda41373ca11456984 (diff) | |
Fixed main menu background not displaying on startup
- Fixed the main menu background not displaying on startup
- Updated the scoreboard and other visual improvements.
Diffstat (limited to 'resource/ui/mainmenuoverride-base.res')
| -rw-r--r-- | resource/ui/mainmenuoverride-base.res | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/resource/ui/mainmenuoverride-base.res b/resource/ui/mainmenuoverride-base.res index 3b5659a..4e91659 100644 --- a/resource/ui/mainmenuoverride-base.res +++ b/resource/ui/mainmenuoverride-base.res @@ -214,7 +214,7 @@ "ypos" "r47" "wide" "179" "tall" "45" - "visible" "1" + "visible" "0" "enabled" "1" "image" "../logo/tf2_logo_lt-blu" "scaleImage" "1" @@ -304,36 +304,36 @@ "NoGCMessage" { - "ControlName" "Label" - "fieldName" "NoGCMessage" - "xpos" "10" - "ypos" "200" - "zpos" "99" - "wide" "260" - "tall" "100" - "visible" "1" - "proportionaltoparent" "1" - "mouseinputenabled" "0" - "wrap" "1" - "textinsetx" "40" - "textinsety" "10" - - "font" "HudFontSmallest" - "fgcolor_override" "TanLight" + "ControlName" "Label" + "fieldName" "NoGCMessage" + "xpos" "30" + "ypos" "200" + "zpos" "99" + "wide" "260" + "tall" "70" + "visible" "1" + "wrap" "1" + "textinsetx" "15" + "textinsety" "5" + "font" "HudFontSmall" + "fgcolor_override" "ColorCyan" "labelText" "#TF_MM_NoGC_Rank" "textAlignment" "north-west" + "bgcolor_override" "Transparent" "use_proportional_insets" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" } "NoGCImage" { "ControlName" "ImagePanel" "fieldName" "NoGCImage" - "xpos" "230" + "xpos" "220" "ypos" "220" "zpos" "99" - "wide" "30" - "tall" "30" + "wide" "45" + "tall" "45" "visible" "1" "enabled" "1" "image" "replay\thumbnails\raysfox\shock" |
