summaryrefslogtreecommitdiff
path: root/resource/ui/hudminigame_base.res
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2020-12-28 13:46:03 -0500
committerCriticalFlaw <[email protected]>2020-12-28 13:46:03 -0500
commit46d248b5167f9c8794c3125146952fef08f86bcd (patch)
treec3b215d3c6b00085c8cc6e4ace2e5be2b565960c /resource/ui/hudminigame_base.res
parentd07450fa8b4632d043c838807cba07eb3db6a209 (diff)
Added Hypnotize's Icons
- Updated to Hypnotize's icon pack. - Updated multiple files, removed unused code.
Diffstat (limited to 'resource/ui/hudminigame_base.res')
-rw-r--r--resource/ui/hudminigame_base.res40
1 files changed, 16 insertions, 24 deletions
diff --git a/resource/ui/hudminigame_base.res b/resource/ui/hudminigame_base.res
index 4290172..f54fe09 100644
--- a/resource/ui/hudminigame_base.res
+++ b/resource/ui/hudminigame_base.res
@@ -29,22 +29,14 @@
"fillcolor" "205 50 50 153"
"scaleImage" "1"
}
-
+
"OutlineBG"
{
"ControlName" "ImagePanel"
"fieldName" "OutlineBG"
- "xpos" "cs-0.5"
- "ypos" "r77"
- "zpos" "2"
- "wide" "280"
- "tall" "80"
- "visible" "0"
- "enabled" "0"
- "image" "../hud/objectives_flagpanel_bg_outline"
- "scaleImage" "1"
+ "xpos" "9999"
}
-
+
"BlueScore"
{
"ControlName" "CExLabel"
@@ -61,14 +53,13 @@
"font" "Cerbetica40"
"fgcolor" "TanLight"
}
-
"BlueScoreShadow"
{
"ControlName" "CExLabel"
"fieldName" "BlueScoreShadow"
- "xpos" "c-56"
- "ypos" "r32"
- "zpos" "8"
+ "xpos" "-2"
+ "ypos" "-2"
+ "zpos" "7"
"wide" "50"
"tall" "35"
"visible" "1"
@@ -77,6 +68,7 @@
"labelText" "%bluescore%"
"font" "Cerbetica40"
"fgcolor" "TransparentBlack"
+ "pin_to_sibling" "BlueScore"
}
"RedScore"
@@ -95,14 +87,13 @@
"font" "Cerbetica40"
"fgcolor" "TanLight"
}
-
"RedScoreShadow"
{
"ControlName" "CExLabel"
"fieldName" "RedScoreShadow"
- "xpos" "c8"
- "ypos" "r32"
- "zpos" "8"
+ "xpos" "-2"
+ "ypos" "-2"
+ "zpos" "7"
"wide" "50"
"tall" "35"
"visible" "1"
@@ -111,8 +102,9 @@
"labelText" "%redscore%"
"font" "Cerbetica40"
"fgcolor" "TransparentBlack"
+ "pin_to_sibling" "RedScore"
}
-
+
"PlayingTo"
{
"ControlName" "CExLabel"
@@ -131,10 +123,10 @@
"font" "HudFontSmall"
"fgcolor" "TanLight"
}
-
+
"PlayingToBG"
{
- "ControlName" "ImagePanel"
+ "ControlName" "EditablePanel"
"fieldName" "PlayingToBG"
"xpos" "c-50"
"ypos" "r50"
@@ -143,8 +135,8 @@
"tall" "20"
"visible" "1"
"enabled" "1"
- "fillcolor" "Transparent"
- "scaleImage" "1"
+ "bgcolor_override" "Transparent"
+ "PaintBackgroundType" "0"
}
"GameImage"