diff options
| author | Igor <[email protected]> | 2020-12-30 16:06:07 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-30 16:06:07 -0500 |
| commit | 24f2c6bc6920ccaf988a3a7c424cb365d0ffd416 (patch) | |
| tree | 789a72af982f38a854fce934adf85f17798b3ccd /resource/ui/hudspellselection.res | |
| parent | 64fbf2711e92f6250dec10a09861fd7ba5df7ec4 (diff) | |
| parent | b3f0c0be8b3995a7c9943f8004ab9d08dd9fe95a (diff) | |
Merge pull request #160 from raysfire/dev
v2020.1230
Diffstat (limited to 'resource/ui/hudspellselection.res')
| -rw-r--r-- | resource/ui/hudspellselection.res | 126 |
1 files changed, 57 insertions, 69 deletions
diff --git a/resource/ui/hudspellselection.res b/resource/ui/hudspellselection.res index f940d09..36a333a 100644 --- a/resource/ui/hudspellselection.res +++ b/resource/ui/hudspellselection.res @@ -2,98 +2,86 @@ { "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" "center" + "xpos" "0" + "ypos" "25" + "wide" "50" + "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" + "wide" "20" + "tall" "20" + "fgcolor" "TransparentBlack" + "pin_to_sibling" "CountText" } }
\ No newline at end of file |
