diff options
| author | CriticalFlaw <[email protected]> | 2020-12-28 13:46:03 -0500 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-12-28 13:46:03 -0500 |
| commit | 46d248b5167f9c8794c3125146952fef08f86bcd (patch) | |
| tree | c3b215d3c6b00085c8cc6e4ace2e5be2b565960c /resource/ui/hudspellselection.res | |
| parent | d07450fa8b4632d043c838807cba07eb3db6a209 (diff) | |
Added Hypnotize's Icons
- Updated to Hypnotize's icon pack.
- Updated multiple files, removed unused code.
Diffstat (limited to 'resource/ui/hudspellselection.res')
| -rw-r--r-- | resource/ui/hudspellselection.res | 127 |
1 files changed, 58 insertions, 69 deletions
diff --git a/resource/ui/hudspellselection.res b/resource/ui/hudspellselection.res index f940d09..8ceb60f 100644 --- a/resource/ui/hudspellselection.res +++ b/resource/ui/hudspellselection.res @@ -2,98 +2,87 @@ { "ItemEffectMeterBG" { - "ControlName" "CTFImagePanel" - "fieldName" "ItemEffectMeterBG" - "xpos" "9999" + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectMeterBG" + "xpos" "9999" } "Spellbook" { - "ControlName" "CTFImagePanel" - "fieldName" "Spellbook" - "xpos" "9999" + "ControlName" "CTFImagePanel" + "fieldName" "Spellbook" + "xpos" "9999" } "SpellIcon" { - "ControlName" "ImagePanel" - "fieldName" "SpellIcon" - "xpos" "25" - "ypos" "0" - "zpos" "7" - "wide" "20" - "tall" "20" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../signs/death_wheel_whammy" - "fgcolor" "TanDark" + "ControlName" "ImagePanel" + "fieldName" "SpellIcon" + "xpos" "25" + "ypos" "0" + "zpos" "7" + "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" + "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" + "ControlName" "CExLabel" + "fieldName" "SpellText" + "xpos" "9999" } "CountText" { - "ControlName" "CExLabel" - "fieldName" "CountText" - "font" "Cerbetica28" - "font_minmode" "Cerbetica16" - "labelText" "%counttext%" - "textAlignment" "center" - "xpos" "0" - "ypos" "0" - "zpos" "1" - "xpos_minmode" "5" - "wide" "20" - "tall" "20" - "fgcolor" "TanLight" + "ControlName" "CExLabel" + "fieldName" "CountText" + "font" "Cerbetica28" + "font_minmode" "Cerbetica16" + "labelText" "%counttext%" + "textAlignment" "center" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "xpos_minmode" "5" + "wide" "20" + "tall" "20" + "fgcolor" "TanLight" } "CountTextShadow" { - "ControlName" "CExLabel" - "fieldName" "CountTextShadow" - "font" "Cerbetica28" - "font_minmode" "Cerbetica16" - "labelText" "%counttext%" - "textAlignment" "center" - "xpos" "-2" - "ypos" "-2" - "zpos" "0" - "wide" "20" - "tall" "20" - "fgcolor" "TransparentBlack" - - "pin_to_sibling" "CountText" - "pin_corner_to_sibling" "PIN_TOPLEFT" - "pin_to_sibling_corner" "PIN_TOPLEFT" + "ControlName" "CExLabel" + "fieldName" "CountTextShadow" + "font" "Cerbetica28" + "font_minmode" "Cerbetica16" + "labelText" "%counttext%" + "textAlignment" "center" + "xpos" "-2" + "ypos" "-2" + "zpos" "0" + "wide" "20" + "tall" "20" + "fgcolor" "TransparentBlack" + "pin_to_sibling" "CountText" } }
\ No newline at end of file |
