summaryrefslogtreecommitdiff
path: root/resource/preload.res
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2020-04-24 22:31:01 -0400
committerCriticalFlaw <[email protected]>2020-04-24 22:31:01 -0400
commit26c29f808aa068cc57166c65dd12d63be3a25bde (patch)
treee890298e00b70180ea516fc68fd1194605109d9d /resource/preload.res
parent5752a4e2b189a58a32ff5751507676a43f053f78 (diff)
Corrected Visual HUD Glitches (#145)
- Removed an unused label on the team select page. - Updated the control point files. - Adjusted the pyro player model to reduce cutoff. - Adjusted an overlap on the inspection item panel. - Adjusted the button colors on the matchmaking dashboard. - Adjusted the payload back arrow and player count.
Diffstat (limited to 'resource/preload.res')
-rw-r--r--resource/preload.res30
1 files changed, 30 insertions, 0 deletions
diff --git a/resource/preload.res b/resource/preload.res
index f460957..f691a9f 100644
--- a/resource/preload.res
+++ b/resource/preload.res
@@ -60,6 +60,16 @@
"image" "../sprites/obj_icons/icon_obj_neutral_locked"
}
+ "cpiconwhite"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "cpiconwhite"
+ "xpos" "9999"
+ "visible" "1"
+ "enabled" "1"
+ "image" "../sprites/obj_icons/icon_obj_white"
+ }
+
"cpicona"
{
"ControlName" "ImagePanel"
@@ -110,6 +120,26 @@
"image" "../sprites/obj_icons/icon_obj_e"
}
+ "cpiconcapblu"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "cpiconcapblu"
+ "xpos" "9999"
+ "visible" "1"
+ "enabled" "1"
+ "image" "../sprites/obj_icons/icon_obj_cap_blu"
+ }
+
+ "cpiconcapred"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "cpiconcapred"
+ "xpos" "9999"
+ "visible" "1"
+ "enabled" "1"
+ "image" "../sprites/obj_icons/icon_obj_cap_red"
+ }
+
"cpiconcapmask"
{
"ControlName" "ImagePanel"