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/textwindow.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/textwindow.res')
| -rw-r--r-- | resource/ui/textwindow.res | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/resource/ui/textwindow.res b/resource/ui/textwindow.res index c856be2..e0e3288 100644 --- a/resource/ui/textwindow.res +++ b/resource/ui/textwindow.res @@ -35,7 +35,7 @@ "ControlName" "CExLabel" "fieldName" "TFMessageTitle" "xpos" "c-180" - "ypos" "c-116" + "ypos" "c-115" "zpos" "1" "wide" "360" "tall" "26" @@ -61,9 +61,9 @@ { "ControlName" "CExRichText" "fieldName" "TFTextMessage" - "font" "HudFontSmallest" + "font" "HudFontSmall" "xpos" "c-170" - "ypos" "c-90" + "ypos" "c-85" "zpos" "1" "wide" "340" "tall" "180" |
