fastfile-gsc-iw5/zone_raw/patch_mp/ui_mp/victory_marines.menu
6arelyFuture 4e910323f1
Some checks failed
link / Link assets on Linux (push) Failing after 8s
init
2024-05-23 10:46:11 +02:00

159 lines
6.1 KiB
Plaintext

{
menuDef
{
name "victory_marines"
rect 0 0 640 480 4 4
itemDef
{
text "VICTORY!"
rect 320 120 0 0 0 0
decoration
visible when(team("name") == "TEAM_ALLIES");
textalign 1
textscale 1
textstyle 6
textfont 6
backcolor 0 0 0 1
forecolor 1 1 0 1
}
itemDef
{
rect 320 130 0 0 0 0
decoration
visible when(team("name") == "TEAM_ALLIES");
textalign 1
textscale 0.4
textstyle 6
textfont 6
backcolor 0 0 0 1
exp text "@" + dvarstring(ui_text_endreason);
}
itemDef
{
text "DEFEAT"
rect 320 120 0 0 0 0
decoration
visible when(team("name") == "TEAM_AXIS");
textalign 1
textscale 1
textstyle 6
textfont 6
backcolor 0 0 0 1
forecolor 1 0 0 1
}
itemDef
{
rect 320 130 0 0 0 0
decoration
visible when(team("name") == "TEAM_AXIS");
textalign 1
textscale 0.4
textstyle 6
textfont 6
backcolor 0 0 0 1
exp text "@" + dvarstring(ui_text_endreason);
}
itemDef
{
text "ALLIES WIN!"
rect 320 120 0 0 0 0
decoration
visible when(team("name") == "TEAM_SPECTATOR");
textalign 1
textscale 1
textstyle 6
textfont 6
backcolor 0 0 0 1
forecolor 1 1 0 1
}
itemDef
{
rect 320 130 0 0 0 0
decoration
visible when(team("name") == "TEAM_SPECTATOR");
textalign 1
textscale 0.4
textstyle 6
textfont 6
backcolor 0 0 0 1
exp text "@" + dvarstring(ui_text_endreason);
}
itemDef
{
rect -130 -90 60 60 2 2
style 3
decoration
visible when(team("name") == "TEAM_ALLIES");
textscale 0.55
exp material dvarstring(g_TeamIcon_Allies) + "_blue";
}
itemDef
{
rect -130 -90 60 60 2 2
style 3
decoration
visible when(team("name") == "TEAM_SPECTATOR");
textscale 0.55
exp material dvarstring(g_TeamIcon_Allies);
}
itemDef
{
rect -130 -90 60 60 2 2
style 3
decoration
visible when(team("name") == "TEAM_AXIS");
textscale 0.55
exp material dvarstring(g_TeamIcon_Allies) + "_red";
}
itemDef
{
rect 70 -90 60 60 2 2
style 3
decoration
visible when(team("name") == "TEAM_ALLIES");
textscale 0.55
exp material dvarstring(g_TeamIcon_Axis) + "_red";
}
itemDef
{
rect 70 -90 60 60 2 2
style 3
decoration
visible when(team("name") == "TEAM_SPECTATOR");
textscale 0.55
exp material dvarstring(g_TeamIcon_Axis);
}
itemDef
{
rect 70 -90 60 60 2 2
style 3
decoration
visible when(team("name") == "TEAM_AXIS");
textscale 0.55
exp material dvarstring(g_TeamIcon_Axis) + "_blue";
}
itemDef
{
rect -100 30 1 1 2 2
decoration
visible 1
textalign 1
textscale 1
textstyle 6
textfont 6
exp text marinesfield("score");
}
itemDef
{
rect 100 30 1 1 2 2
decoration
visible 1
textalign 1
textscale 1
textstyle 6
textfont 6
exp text opforfield("score");
}
}
}