summaryrefslogtreecommitdiff
path: root/minmode/resource/ui
diff options
context:
space:
mode:
Diffstat (limited to 'minmode/resource/ui')
-rw-r--r--minmode/resource/ui/TargetID.res31
-rw-r--r--minmode/resource/ui/hudspellselection.res112
2 files changed, 128 insertions, 15 deletions
diff --git a/minmode/resource/ui/TargetID.res b/minmode/resource/ui/TargetID.res
index fc5edcb..7d345cf 100644
--- a/minmode/resource/ui/TargetID.res
+++ b/minmode/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/minmode/resource/ui/hudspellselection.res b/minmode/resource/ui/hudspellselection.res
new file mode 100644
index 0000000..427f490
--- /dev/null
+++ b/minmode/resource/ui/hudspellselection.res
@@ -0,0 +1,112 @@
+"Resource/UI/HudSpellSelection.res"
+{
+ "ItemEffectMeterBG"
+ {
+ "ControlName" "CTFImagePanel"
+ "fieldName" "ItemEffectMeterBG"
+ "xpos" "9999"
+ "ypos" "9999"
+ "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" "CerbeticaBold20"
+ "labelText" "%counttext%"
+ "textAlignment" "center"
+ "xpos" "19"
+ "ypos" "51"
+ "zpos" "10"
+ "wide" "20"
+ "tall" "30"
+ "fgcolor" "0 0 0 255"
+ }
+
+ "CountText"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "CountText"
+ "font" "CerbeticaBold20"
+ "labelText" "%counttext%"
+ "textAlignment" "center"
+ "xpos" "18"
+ "ypos" "50"
+ "zpos" "11"
+ "wide" "20"
+ "tall" "30"
+ "fgcolor" "tanlight"
+ }
+}