From 36688aaad6ccfd8e906c2087e6a18f4341ddab8a Mon Sep 17 00:00:00 2001 From: Ian Bruton Date: Sat, 20 Oct 2012 15:31:52 -0500 Subject: Repositioned powerup location in MvM --- resource/ui/HudItemEffectMeter_PowerupBottle.res | 63 ++++++++++++++---------- 1 file changed, 38 insertions(+), 25 deletions(-) (limited to 'resource') diff --git a/resource/ui/HudItemEffectMeter_PowerupBottle.res b/resource/ui/HudItemEffectMeter_PowerupBottle.res index b65c10c..f6e75e4 100644 --- a/resource/ui/HudItemEffectMeter_PowerupBottle.res +++ b/resource/ui/HudItemEffectMeter_PowerupBottle.res @@ -5,43 +5,39 @@ "fieldName" "HudItemEffectMeter" "visible" "1" "enabled" "1" - "xpos" "r100" [$WIN32] - "ypos" "r70" [$WIN32] + "xpos" "c-190" + "ypos" "r41" "wide" "100" "tall" "60" "MeterFG" "White" "MeterBG" "Gray" } - "ItemEffectMeterBG" + "PowerupBG" { - "ControlName" "CTFImagePanel" - "fieldName" "ItemEffectMeterBG" - "xpos" "c10" + "ControlName" "ImagePanel" + "fieldName" "PowerupBG" + "xpos" "0" "ypos" "0" "zpos" "0" - "wide" "90" - "tall" "56" - "visible" "0" - "visible_minmode" "0" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" "enabled" "1" - "image" "../hud/misc_ammo_area_blue" - "scaleImage" "1" - "teambg_2" "../hud/misc_ammo_area_red" - "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" - "teambg_3" "../hud/misc_ammo_area_blue" - "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" + "fillcolor" "0 0 0 100" } "ItemEffectIcon" { "ControlName" "CTFImagePanel" "fieldName" "ItemEffectIcon" - "xpos" "27" - "ypos" "-5" + "xpos" "60" + "ypos" "2" "zpos" "1" - "wide" "27" - "tall" "27" + "wide" "18" + "tall" "18" "visible" "1" "enabled" "1" "image" "../hud/ico_powerup_critboost_red" @@ -52,8 +48,8 @@ { "ControlName" "CExLabel" "fieldName" "ItemEffectMeterLabel" - "xpos" "12" - "ypos" "15" + "xpos" "9999" + "ypos" "9999" "zpos" "2" "wide" "80" "tall" "40" @@ -69,6 +65,23 @@ "brighttext" "0" "font" "Cerbetica12" } + + "CanteenLabel" + { + "ControlName" "CExLabel" + "fieldName" "CanteenLabel" + "font" "Cerbetica14" + "fgcolor" "TanLight" + "xpos" "5" + "ypos" "0" + "zpos" "3" + "wide" "40" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "Powerups" + } "ItemEffectMeter" { @@ -93,7 +106,7 @@ { "ControlName" "CExLabel" "fieldName" "ItemEffectMeterCount" - "xpos" "40" + "xpos" "54" "ypos" "1" "zpos" "2" "wide" "40" @@ -103,9 +116,9 @@ "enabled" "1" "tabPosition" "0" "labelText" "%progresscount%" - "textAlignment" "north" + "textAlignment" "east" "dulltext" "0" "brighttext" "0" - "font" "Cerbetica24" + "font" "Cerbetica16" } } -- cgit v1.2.3