diff options
| author | RaysFire <[email protected]> | 2013-10-29 22:17:51 -0500 |
|---|---|---|
| committer | RaysFire <[email protected]> | 2013-10-29 22:17:51 -0500 |
| commit | d19cd81d4a719873ee57ed0eeab9f4b06bea9ca5 (patch) | |
| tree | 0a10fa6ff5ae1edba89d0cd41e12ebbfaaaf4a32 /resource/ui | |
| parent | a9c3cd132b7d4e1302fc64f8fc70b43545f616ce (diff) | |
Fixed for Halloween 2013 update (TargetIDs, spellmenu)
Diffstat (limited to 'resource/ui')
| -rw-r--r-- | resource/ui/TargetID.res | 31 | ||||
| -rw-r--r-- | resource/ui/econ/hudspellselection.res | 112 |
2 files changed, 128 insertions, 15 deletions
diff --git a/resource/ui/TargetID.res b/resource/ui/TargetID.res index fc5edcb..7d345cf 100644 --- a/resource/ui/TargetID.res +++ b/resource/ui/TargetID.res @@ -142,6 +142,22 @@ "dulltext" "0"
"brighttext" "0"
}
+
+ "AmmoIcon"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "AmmoIcon"
+ "xpos" "41"
+ "ypos" "30"
+ "zpos" "12"
+ "wide" "12"
+ "tall" "12"
+ "visible" "0"
+ "enabled" "1"
+ "image" "../hud/leaderboard_class_heavy"
+ "scaleImage" "1"
+ }
+
"SpectatorGUIHealth"
{
"ControlName" "EditablePanel"
@@ -160,21 +176,6 @@ "TextColor" "HudOffWhite"
}
- "AmmoIcon"
- {
- "ControlName" "ImagePanel"
- "fieldName" "AmmoIcon"
- "xpos" "34"
- "ypos" "21"
- "zpos" "12"
- "wide" "8"
- "tall" "8"
- "visible" "0"
- "enabled" "1"
- "image" "../hud/leaderboard_class_heavy"
- "scaleImage" "1"
- }
-
"MoveableSubPanel"
{
"ControlName" "EditablePanel"
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" + } +} |
