diff options
Diffstat (limited to 'resource/ui/econ/hudspellselection.res')
| -rw-r--r-- | resource/ui/econ/hudspellselection.res | 112 |
1 files changed, 112 insertions, 0 deletions
diff --git a/resource/ui/econ/hudspellselection.res b/resource/ui/econ/hudspellselection.res new file mode 100644 index 0000000..703ab32 --- /dev/null +++ b/resource/ui/econ/hudspellselection.res @@ -0,0 +1,112 @@ +"Resource/UI/HudSpellSelection.res" +{ + "ItemEffectMeterBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectMeterBG" + "xpos" "9999" + "ypos" "9999" + "xpos_minmode" "0" + "ypos_minmode" "10" + "wide" "80" + "tall" "40" + "visible" "1" + "enabled" "1" + "visible_minmode" "0" + "image" "../hud/ammo_blue_bg" + "scaleImage" "1" + "teambg_2" "../hud/ammo_red_bg" + "teambg_2_lodef" "../hud/ammo_red_bg_lodef" + "teambg_3" "../hud/ammo_blue_bg" + "teambg_3_lodef" "../hud/ammo_blue_bg_lodef" + } + + "Spellbook" + { + "ControlName" "CTFImagePanel" + "fieldName" "Spellbook" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "64" + "tall" "56" + "visible" "1" + "enabled" "1" + "image" "spellbook_book" + "scaleImage" "1" + } + + "SpellIcon" + { + "ControlName" "ImagePanel" + "fieldName" "SpellIcon" + "xpos" "18" + "ypos" "36" + "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" + } + + "SpellText" + { + "ControlName" "CExLabel" + "fieldName" "SpellText" + "font" "Default" + "labelText" "%selectedspell%" + "textAlignment" "west" + "xpos" "35" + "ypos" "25" + "wide" "100" + "tall" "10" + "fgcolor" "tanlight" + "visible" "0" + } + + "CountTextShadow" + { + "ControlName" "CExLabel" + "fieldName" "CountTextShadow" + "font" "CerbeticaBold28" + "labelText" "%counttext%" + "textAlignment" "center" + "xpos" "44" + "ypos" "31" + "wide" "20" + "tall" "30" + "fgcolor" "0 0 0 255" + } + + "CountText" + { + "ControlName" "CExLabel" + "fieldName" "CountText" + "font" "CerbeticaBold28" + "labelText" "%counttext%" + "textAlignment" "center" + "xpos" "43" + "ypos" "30" + "wide" "20" + "tall" "30" + "fgcolor" "tanlight" + } +} |
