summaryrefslogtreecommitdiff
path: root/resource/ui/hudspellselection.res
diff options
context:
space:
mode:
authorigor.nikitin <[email protected]>2019-04-16 10:34:42 -0400
committerigor.nikitin <[email protected]>2019-04-16 10:34:42 -0400
commit9f90bde42f138a30d5923b0af185f6edf08f37ac (patch)
tree749bb19e39ede710bb0a26e20e44efef582efd9b /resource/ui/hudspellselection.res
parentec3df8a0c97da75c4ed900b5f1de43c1a802f39c (diff)
Moving Files for Lowercasing
Diffstat (limited to 'resource/ui/hudspellselection.res')
-rw-r--r--resource/ui/hudspellselection.res100
1 files changed, 0 insertions, 100 deletions
diff --git a/resource/ui/hudspellselection.res b/resource/ui/hudspellselection.res
deleted file mode 100644
index 8062a0f..0000000
--- a/resource/ui/hudspellselection.res
+++ /dev/null
@@ -1,100 +0,0 @@
-"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