diff options
| author | igor.nikitin <[email protected]> | 2019-04-16 10:34:42 -0400 |
|---|---|---|
| committer | igor.nikitin <[email protected]> | 2019-04-16 10:34:42 -0400 |
| commit | 9f90bde42f138a30d5923b0af185f6edf08f37ac (patch) | |
| tree | 749bb19e39ede710bb0a26e20e44efef582efd9b /temp/resource/ui/hudspellselection.res | |
| parent | ec3df8a0c97da75c4ed900b5f1de43c1a802f39c (diff) | |
Moving Files for Lowercasing
Diffstat (limited to 'temp/resource/ui/hudspellselection.res')
| -rw-r--r-- | temp/resource/ui/hudspellselection.res | 100 |
1 files changed, 100 insertions, 0 deletions
diff --git a/temp/resource/ui/hudspellselection.res b/temp/resource/ui/hudspellselection.res new file mode 100644 index 0000000..8062a0f --- /dev/null +++ b/temp/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 |
