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/TextWindow.res | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'resource/ui/TextWindow.res') diff --git a/resource/ui/TextWindow.res b/resource/ui/TextWindow.res index 64659ca..9bf7f9a 100644 --- a/resource/ui/TextWindow.res +++ b/resource/ui/TextWindow.res @@ -29,7 +29,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fillcolor" "0 0 0 200" + "fillcolor" "TransparentBlack" } "TFMessageTitle" @@ -57,8 +57,7 @@ { "ControlName" "TextEntry" "fieldName" "TextMessage" - "visible" "0" - "enabled" "0" + "xpos" "9999" } "TFTextMessage" @@ -144,8 +143,6 @@ "zpos" "5" "wide" "f0" "tall" "50" - "autoResize" "0" - "pinCorner" "0" "visible" "1" "enabled" "1" "tabPosition" "0" @@ -158,7 +155,6 @@ { "ControlName" "Label" "fieldName" "MessageTitle" - "visible" "0" - "enabled" "0" + "xpos" "9999" } } \ No newline at end of file -- cgit v1.2.3