diff options
| author | igor.nikitin <[email protected]> | 2019-04-16 10:35:01 -0400 |
|---|---|---|
| committer | igor.nikitin <[email protected]> | 2019-04-16 10:35:01 -0400 |
| commit | 54c716614a85791c499672f27c404a71e6bf187e (patch) | |
| tree | ee037afabd42aa6930bd6b13558da913323829d2 /resource/ui/hudspellselection.res | |
| parent | 9f90bde42f138a30d5923b0af185f6edf08f37ac (diff) | |
Moving Files for Lowercasing
Diffstat (limited to 'resource/ui/hudspellselection.res')
| -rw-r--r-- | resource/ui/hudspellselection.res | 100 |
1 files changed, 100 insertions, 0 deletions
diff --git a/resource/ui/hudspellselection.res b/resource/ui/hudspellselection.res new file mode 100644 index 0000000..8062a0f --- /dev/null +++ b/resource/ui/hudspellselection.res @@ -0,0 +1,100 @@ +"Resource/UI/HudSpellSelection.res" +{ + "ItemEffectMeterBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectMeterBG" + "xpos" "9999" + } + + "Spellbook" + { + "ControlName" "CTFImagePanel" + "fieldName" "Spellbook" + "xpos" "9999" + } + + "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" + } + + "CountText" + { + "ControlName" "CExLabel" + "fieldName" "CountText" + "font" "CerbeticaBold28" + "font_minmode" "CerbeticaBold20" + "labelText" "%counttext%" + "textAlignment" "center" + "xpos" "43" + "ypos" "30" + "zpos" "1" + "xpos_minmode" "18" + "ypos_minmode" "50" + "wide" "20" + "tall" "30" + "fgcolor" "TanLight" + } + + "CountTextShadow" + { + "ControlName" "CExLabel" + "fieldName" "CountTextShadow" + "font" "CerbeticaBold28" + "font_minmode" "CerbeticaBold20" + "labelText" "%counttext%" + "textAlignment" "center" + "xpos" "-1" + "ypos" "-1" + "zpos" "0" + "wide" "20" + "tall" "30" + "fgcolor" "TransparentBlack" + + "pin_to_sibling" "CountText" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } +}
\ No newline at end of file |
