From 9f90bde42f138a30d5923b0af185f6edf08f37ac Mon Sep 17 00:00:00 2001 From: "igor.nikitin" Date: Tue, 16 Apr 2019 10:34:42 -0400 Subject: Moving Files for Lowercasing --- resource/ui/hudspellselection.res | 100 -------------------------------------- 1 file changed, 100 deletions(-) delete mode 100644 resource/ui/hudspellselection.res (limited to 'resource/ui/hudspellselection.res') 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 -- cgit v1.2.3