summaryrefslogtreecommitdiff
path: root/minmode/resource/ui/huditemeffectmeter_halloweensouls.res
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2017-02-18 14:01:42 -0700
committerCriticalFlaw <[email protected]>2017-02-18 14:01:42 -0700
commit9af5265fb62d3a398409b1be4a058d7762a2c380 (patch)
tree6f68667941e4182f6c9c6a8f7ff9619dc868ec2a /minmode/resource/ui/huditemeffectmeter_halloweensouls.res
parent54dab300d1715a4fed8488a5b43d80c30e717597 (diff)
Minmode Reimplementation
- Added "_minmode" variables to files that use them - Removed minmode folder and files - Minmode can now be activated without needing to copy files over
Diffstat (limited to 'minmode/resource/ui/huditemeffectmeter_halloweensouls.res')
-rw-r--r--minmode/resource/ui/huditemeffectmeter_halloweensouls.res106
1 files changed, 0 insertions, 106 deletions
diff --git a/minmode/resource/ui/huditemeffectmeter_halloweensouls.res b/minmode/resource/ui/huditemeffectmeter_halloweensouls.res
deleted file mode 100644
index 7d0adb5..0000000
--- a/minmode/resource/ui/huditemeffectmeter_halloweensouls.res
+++ /dev/null
@@ -1,106 +0,0 @@
-"Resource/UI/HudItemEffectMeter_HalloweenSouls.res"
-{
- HudItemEffectMeter
- {
- "fieldName" "HudItemEffectMeter"
- "visible" "1"
- "enabled" "1"
- "xpos" "90" [$WIN32]
- "ypos" "r100" [$WIN32]
- "xpos_minmode" "r70" [$WIN32]
- "ypos_minmode" "r74" [$WIN32]
- "xpos" "r194" [$X360]
- "ypos" "r74" [$X360]
- "wide" "100"
- "tall" "100"
- "MeterFG" "White"
- "MeterBG" "Gray"
- }
-
- "ItemEffectMeterBG"
- {
- "ControlName" "CTFImagePanel"
- "fieldName" "ItemEffectMeterBG"
- "xpos" "12"
- "ypos" "r51"
- "zpos" "0"
- "wide" "76"
- "tall" "44"
- "visible" "1"
- "visible_minmode" "0"
- "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"
- "proportionalToParent" "1"
- }
-
- "ItemEffectMeterLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "ItemEffectMeterLabel"
- "xpos" "25"
- "ypos" "r25"
- "zpos" "2"
- "wide" "41"
- "tall" "15"
- "autoResize" "1"
- "pinCorner" "2"
- "visible" "1"
- "enabled" "1"
- "tabPosition" "0"
- "labelText" "#TF_Ball"
- "textAlignment" "center"
- "dulltext" "0"
- "brighttext" "0"
- "font" "TFFontSmall"
- "proportionalToParent" "1"
- }
-
- "ItemEffectMeter"
- {
- "ControlName" "ContinuousProgressBar"
- "fieldName" "ItemEffectMeter"
- "font" "Default"
- "xpos" "25"
- "ypos" "r23"
- "ypos_minmode" "0"
- "xpos_minmode" "0"
- "zpos" "2"
- "wide" "40"
- "wide_minmode" "50"
- "tall" "6"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "0"
- "textAlignment" "Left"
- "dulltext" "0"
- "brighttext" "0"
- "proportionalToParent" "1"
- }
-
- "ItemEffectMeterCount"
- {
- "ControlName" "CExLabel"
- "fieldName" "ItemEffectMeterCount"
- "xpos" "20"
- "ypos" "r42"
- "zpos" "2"
- "wide" "50"
- "tall" "20"
- "pinCorner" "2"
- "visible" "1"
- "enabled" "1"
- "tabPosition" "0"
- "labelText" "%progresscount%"
- "textAlignment" "north"
- "dulltext" "0"
- "brighttext" "0"
- "font" "HudFontMedium"
- "proportionalToParent" "1"
- }
-}