From b5f72ccd69fcaec0fbc8af3d9b25089ed7d6c6d7 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sat, 9 Mar 2019 16:08:53 -0500 Subject: Updated HUD Files - Updated colors to use the schema instead of RGB codes - Removed unused or redundant code - Added shadows to certain elements - Corrected element names, reorganized some files - Pinned some elements to their parent elements - Fixed elements referencing non-existing colors or fonts --- resource/ui/TextWindowCustomServer.res | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'resource/ui/TextWindowCustomServer.res') diff --git a/resource/ui/TextWindowCustomServer.res b/resource/ui/TextWindowCustomServer.res index f1f436a..cf2dc3a 100644 --- a/resource/ui/TextWindowCustomServer.res +++ b/resource/ui/TextWindowCustomServer.res @@ -1,4 +1,4 @@ -"Resource/UI/TextWindow.res" +"Resource/UI/TextWindowCustomServer.res" { "info" { @@ -132,8 +132,8 @@ { "ControlName" "CModelPanel" "fieldName" "MenuBG" - "xpos" "9999" - "ypos" "9999" + "xpos" "0" + "ypos" "0" "zpos" "0" "wide" "f0" "tall" "480" -- cgit v1.2.3