From eb9e3bf73092500579d32f998fce70fa265e6d1c Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sat, 9 Mar 2019 16:17:28 -0500 Subject: Code Formatting --- resource/ui/HudObjectiveKothTimePanel.res | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) (limited to 'resource/ui/HudObjectiveKothTimePanel.res') diff --git a/resource/ui/HudObjectiveKothTimePanel.res b/resource/ui/HudObjectiveKothTimePanel.res index d8ffda1..b2484ca 100644 --- a/resource/ui/HudObjectiveKothTimePanel.res +++ b/resource/ui/HudObjectiveKothTimePanel.res @@ -1,5 +1,5 @@ "Resource/UI/HudObjectiveKothTimePanel.res" -{ +{ "HudKothTimeStatus" { if_match @@ -52,14 +52,14 @@ if_match { + "proportionaltoparent" "1" + "font" "HudFontSmall" "xpos" "10" "ypos" "9" "tall" "10" "wide" "35" - "font" "HudFontSmall" - "proportionaltoparent" "1" } - } + } } "RedTimer" @@ -71,8 +71,8 @@ "zpos" "10" "wide" "100" "tall" "150" - "visible" "1" - "enabled" "1" + "visible" "1" + "enabled" "1" "delta_item_x" "0" "delta_item_start_y""50" "delta_item_end_y" "70" @@ -93,7 +93,7 @@ "NegativeColor" "255 0 0 255" "delta_lifetime" "1.5" "delta_item_font" "HudFontMediumSmall" - } + } "TimePanelValue" { @@ -120,16 +120,14 @@ if_match { + "proportionaltoparent" "1" + "font" "HudFontSmall" "xpos" "rs1-15" "ypos" "9" "wide" "35" "tall" "10" - "font" "HudFontSmall" - "font_minmode" "HudFontSmall" - "font_lodef" "HudFontSmall" - "proportionaltoparent" "1" - } - } + } + } } "ActiveTimerBG" -- cgit v1.2.3 From 3df7758fd3b7db33adab4111530c70a5f4236bc2 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Thu, 21 Mar 2019 19:50:53 -0400 Subject: Updated Time Panels --- resource/ui/HudObjectiveKothTimePanel.res | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'resource/ui/HudObjectiveKothTimePanel.res') diff --git a/resource/ui/HudObjectiveKothTimePanel.res b/resource/ui/HudObjectiveKothTimePanel.res index b2484ca..119935b 100644 --- a/resource/ui/HudObjectiveKothTimePanel.res +++ b/resource/ui/HudObjectiveKothTimePanel.res @@ -40,11 +40,11 @@ "fieldName" "TimePanelValue" "font" "Cerbetica22" "fgcolor" "TanLight" - "xpos" "28" - "ypos" "-4" + "xpos" "25" + "ypos" "0" "zpos" "3" - "wide" "45" - "tall" "31" + "wide" "50" + "tall" "24" "visible" "1" "enabled" "1" "textAlignment" "center" @@ -101,11 +101,11 @@ "fieldName" "TimePanelValue" "font" "Cerbetica22" "fgcolor" "TanLight" - "xpos" "28" - "ypos" "-4" + "xpos" "25" + "ypos" "0" "zpos" "3" - "wide" "45" - "tall" "31" + "wide" "50" + "tall" "24" "visible" "1" "enabled" "1" "delta_item_x" "22" -- cgit v1.2.3