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/hudspellselection.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/hudspellselection.res')
| -rw-r--r-- | minmode/resource/ui/hudspellselection.res | 112 |
1 files changed, 0 insertions, 112 deletions
diff --git a/minmode/resource/ui/hudspellselection.res b/minmode/resource/ui/hudspellselection.res deleted file mode 100644 index caa461e..0000000 --- a/minmode/resource/ui/hudspellselection.res +++ /dev/null @@ -1,112 +0,0 @@ -"Resource/UI/HudSpellSelection.res" -{ - "ItemEffectMeterBG" - { - "ControlName" "CTFImagePanel" - "fieldName" "ItemEffectMeterBG" - "xpos" "9999" - "ypos" "9999" - "wide" "80" - "tall" "40" - "visible" "1" - "enabled" "1" - "visible_minmode" "0" - "image" "../hud/ammo_blue_bg" - "scaleImage" "1" - "teambg_2" "../hud/ammo_red_bg" - "teambg_2_lodef" "../hud/ammo_red_bg_lodef" - "teambg_3" "../hud/ammo_blue_bg" - "teambg_3_lodef" "../hud/ammo_blue_bg_lodef" - } - - "Spellbook" - { - "ControlName" "CTFImagePanel" - "fieldName" "Spellbook" - "xpos" "9999" - "ypos" "9999" - "zpos" "0" - "wide" "64" - "tall" "56" - "visible" "1" - "enabled" "1" - "image" "spellbook_book" - "scaleImage" "1" - } - - "SpellIcon" - { - "ControlName" "ImagePanel" - "fieldName" "SpellIcon" - "xpos" "18" - "ypos" "36" - "zpos" "50" - "wide" "20" - "tall" "20" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../signs/death_wheel_whammy" - "fgcolor" "TanDark" - } - - "ActionText" - { - "ControlName" "CExLabel" - "fieldName" "ActionText" - "font" "Default" - "labelText" "%actiontext%" - "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" - "wide" "100" - "tall" "10" - "fgcolor" "tanlight" - "visible" "1" - } - - "SpellText" - { - "ControlName" "CExLabel" - "fieldName" "SpellText" - "font" "Default" - "labelText" "%selectedspell%" - "textAlignment" "west" - "xpos" "35" - "ypos" "25" - "wide" "100" - "tall" "10" - "fgcolor" "tanlight" - "visible" "0" - } - - "CountTextShadow" - { - "ControlName" "CExLabel" - "fieldName" "CountTextShadow" - "font" "CerbeticaBold20" - "labelText" "%counttext%" - "textAlignment" "center" - "xpos" "19" - "ypos" "51" - "zpos" "10" - "wide" "20" - "tall" "30" - "fgcolor" "0 0 0 255" - } - - "CountText" - { - "ControlName" "CExLabel" - "fieldName" "CountText" - "font" "CerbeticaBold20" - "labelText" "%counttext%" - "textAlignment" "center" - "xpos" "18" - "ypos" "50" - "zpos" "11" - "wide" "20" - "tall" "30" - "fgcolor" "tanlight" - } -} |
