From bbee27c902f81e1108bcaeaaace568e6bb97d4cb Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Tue, 29 Jun 2021 23:15:34 -0400 Subject: Tweaks to color and font --- resource/ui/craftingstatusdialog.res | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resource/ui/craftingstatusdialog.res') diff --git a/resource/ui/craftingstatusdialog.res b/resource/ui/craftingstatusdialog.res index 4e84cf6..a805dc3 100644 --- a/resource/ui/craftingstatusdialog.res +++ b/resource/ui/craftingstatusdialog.res @@ -109,7 +109,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#GameUI_Ok" - "font" "HudFontSmall" + "font" "HudFontMediumSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" -- cgit v1.2.3 From 74d7e98a6b1f2445c6391e26e846da57c4d7240b Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Thu, 1 Jul 2021 11:25:57 -0400 Subject: Corrected redundant font use --- resource/ui/craftingstatusdialog.res | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resource/ui/craftingstatusdialog.res') diff --git a/resource/ui/craftingstatusdialog.res b/resource/ui/craftingstatusdialog.res index a805dc3..88b677e 100644 --- a/resource/ui/craftingstatusdialog.res +++ b/resource/ui/craftingstatusdialog.res @@ -19,7 +19,7 @@ { "ControlName" "Label" "fieldName" "CenterPositioner" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "xpos" "0" "ypos" "10" "zpos" "0" @@ -47,7 +47,7 @@ { "ControlName" "Label" "fieldName" "TitleLabel" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "xpos" "0" "ypos" "0" "zpos" "0" -- cgit v1.2.3 From 7211d8916df735840e5b04d5164799493792a10e Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Fri, 2 Jul 2021 21:11:40 -0400 Subject: Changed main menu background, see notes. - Changed the background to classic rayshud. - Updated the killer panel, class select, achievement tracker and more? - Visual tweaks and inconsistency fixes. - Expanded the size allocated to the player list in the match hud. --- resource/ui/craftingstatusdialog.res | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resource/ui/craftingstatusdialog.res') diff --git a/resource/ui/craftingstatusdialog.res b/resource/ui/craftingstatusdialog.res index 88b677e..97c8dd5 100644 --- a/resource/ui/craftingstatusdialog.res +++ b/resource/ui/craftingstatusdialog.res @@ -47,7 +47,7 @@ { "ControlName" "Label" "fieldName" "TitleLabel" - "font" "HudFontSmall" + "font" "HudFontMediumSmall" "xpos" "0" "ypos" "0" "zpos" "0" -- cgit v1.2.3 From c3240fa65aef57890bc26468efc0f642aba3738c Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sun, 4 Jul 2021 16:50:06 -0400 Subject: Numerous visual tweaks and improvements. - Updated PASSTIME UI. - Updated the in-game weapon selection menu to use higher quality images. --- resource/ui/craftingstatusdialog.res | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resource/ui/craftingstatusdialog.res') diff --git a/resource/ui/craftingstatusdialog.res b/resource/ui/craftingstatusdialog.res index 97c8dd5..71bd14b 100644 --- a/resource/ui/craftingstatusdialog.res +++ b/resource/ui/craftingstatusdialog.res @@ -61,7 +61,7 @@ "centerwrap" "1" "labelText" "%updatetext%" "textAlignment" "center" - "fgcolor_override" "TanLight" + "fgcolor_override" "ColorCyan" "bgcolor_override" "Transparent" "auto_wide_tocontents" "1" -- cgit v1.2.3