summaryrefslogtreecommitdiff
path: root/resource/ui
diff options
context:
space:
mode:
authoribruton <[email protected]>2016-02-11 04:15:50 -0600
committeribruton <[email protected]>2016-02-11 04:15:50 -0600
commit825a35625e5294ea53069332e92b6e3366257c41 (patch)
treede58b767509b063bd0bb5a67d52da746fd3f6745 /resource/ui
parent2a098360b8b86e9b86f789343976ffbcab93758f (diff)
Fixed tournament panels for player-based ready up mode
Diffstat (limited to 'resource/ui')
-rw-r--r--resource/ui/HudTournament.res53
1 files changed, 46 insertions, 7 deletions
diff --git a/resource/ui/HudTournament.res b/resource/ui/HudTournament.res
index cc6eade..3034ba8 100644
--- a/resource/ui/HudTournament.res
+++ b/resource/ui/HudTournament.res
@@ -344,22 +344,22 @@
if_competitive
{
- "xpos" "c-125"
+ "xpos" "c-320"
"ypos" "0"
- "wide" "250"
+ "wide" "640"
"tall" "480"
- "team1_player_base_y" "68"
- "team2_player_base_y" "68"
+ "team1_player_base_y" "72"
+ "team2_player_base_y" "72"
"team2_player_delta_x" "52"
"team2_player_base_offset_x" "5"
}
if_readymode
{
- "xpos" "c-125"
+ "xpos" "c-320"
"ypos" "0"
- "wide" "250"
+ "wide" "640"
"tall" "480"
"team1_player_base_y" "72"
@@ -686,6 +686,15 @@
"visible" "0"
}
+ if_readymode
+ {
+ "wide" "640"
+ }
+
+ if_competitive
+ {
+ "wide" "640"
+ }
}
"HudTournamentBGHelp"
@@ -729,7 +738,7 @@
"HelpBackground"
{
"ControlName" "ImagePanel"
- "fieldName" "ScoreboardBackground"
+ "fieldName" "HelpBackground"
"xpos" "0"
"ypos" "26"
"zpos" "-1"
@@ -744,6 +753,16 @@
{
"visible" "0"
}
+
+ if_readymode
+ {
+ "xpos" "195"
+ }
+
+ if_competitive
+ {
+ "xpos" "195"
+ }
}
"TournamentInstructionsLabel"
@@ -774,6 +793,16 @@
"zpos" "3"
}
+ if_readymode
+ {
+ "wide" "640"
+ }
+
+ if_competitive
+ {
+ "wide" "640"
+ }
+
}
"InstructionsBackground"
@@ -794,6 +823,16 @@
{
"visible" "0"
}
+
+ if_readymode
+ {
+ "xpos" "195"
+ }
+
+ if_competitive
+ {
+ "xpos" "195"
+ }
}