diff options
| author | CriticalFlaw <[email protected]> | 2017-02-18 14:01:42 -0700 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2017-02-18 14:01:42 -0700 |
| commit | 9af5265fb62d3a398409b1be4a058d7762a2c380 (patch) | |
| tree | 6f68667941e4182f6c9c6a8f7ff9619dc868ec2a /minmode/resource/ui/HudItemEffectMeter_SodaPopper.res | |
| parent | 54dab300d1715a4fed8488a5b43d80c30e717597 (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_SodaPopper.res')
| -rw-r--r-- | minmode/resource/ui/HudItemEffectMeter_SodaPopper.res | 77 |
1 files changed, 0 insertions, 77 deletions
diff --git a/minmode/resource/ui/HudItemEffectMeter_SodaPopper.res b/minmode/resource/ui/HudItemEffectMeter_SodaPopper.res deleted file mode 100644 index ded0ae5..0000000 --- a/minmode/resource/ui/HudItemEffectMeter_SodaPopper.res +++ /dev/null @@ -1,77 +0,0 @@ -"Resource/UI/HudItemEffectMeter_SodaPopper.res"
-{
- HudItemEffectMeter
- {
- "fieldName" "HudItemEffectMeter"
- "visible" "1"
- "enabled" "1"
- "xpos" "c-75"
- "ypos" "c46"
- "wide" "500"
- "tall" "500"
- "MeterFG" "White"
- "MeterBG" "Gray"
- }
-
- "ItemEffectMeterBG"
- {
- "ControlName" "CTFImagePanel"
- "fieldName" "ItemEffectMeterBG"
- "xpos" "9999"
- "ypos" "9999"
- "zpos" "0"
- "wide" "100"
- "tall" "50"
- "visible" "1"
- "visible_minmode" "0"
- "enabled" "1"
- "image" "../hud/misc_ammo_area_horiz3_blue"
- "scaleImage" "1"
- "teambg_2" "../hud/misc_ammo_area_horiz3_red"
- "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef"
- "teambg_3" "../hud/misc_ammo_area_horiz3_blue"
- "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef"
- }
-
- "ItemEffectMeterLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "ItemEffectMeterLabel"
- "xpos" "9999"
- "ypos" "9999"
- "zpos" "2"
- "wide" "150"
- "tall" "8"
- "autoResize" "1"
- "pinCorner" "2"
- "visible" "1"
- "visible_minmode" "1"
- "enabled" "1"
- "tabPosition" "0"
- "labelText" "#TF_ENERGYDRINK"
- "textAlignment" "center"
- "dulltext" "0"
- "brighttext" "0"
- "font" "Cerbetica12"
- "fgcolor_override" "150 150 150 255"
- }
-
- "ItemEffectMeter"
- {
- "ControlName" "ContinuousProgressBar"
- "fieldName" "ItemEffectMeter"
- "font" "Default"
- "xpos" "15"
- "ypos" "0"
- "zpos" "2"
- "wide" "120"
- "tall" "5"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "textAlignment" "Center"
- "dulltext" "0"
- "brighttext" "0"
- }
-}
\ No newline at end of file |
