add ZB Menus

This commit is contained in:
2025-01-09 11:49:06 +01:00
parent bc4b43d871
commit e27c4d14b9
147 changed files with 12960 additions and 13127 deletions

View File

@@ -14,8 +14,8 @@
exp rect Y localvarfloat("ui_popup_gamesetup_ypos");
onOpen
{
setLocalVarFloat ui_popup_gamesetup_ypos localvarfloat("ui_popupYPos");
setLocalVarInt ui_leftPopup 1;
setLocalVarFloat ui_popup_gamesetup_ypos (localvarfloat("ui_popupYPos"));
setLocalVarInt ui_leftPopup (1);
if (dvarbool(useonlinestats))
{
exec "set ui_useonlinestats_button_name @PLATFORM_USEONLINESTATS_TRUE";
@@ -35,7 +35,7 @@
}
onClose
{
setLocalVarInt ui_leftPopup 0;
setLocalVarInt ui_leftPopup (0);
}
onESC
{
@@ -70,7 +70,7 @@
textscale 0.55
backcolor 0.5 0.5 0.5 1
background "white"
exp rect h 24 + (4 * 20);
exp rect h 24 + (4) * 20;
}
itemDef
{
@@ -81,7 +81,7 @@
textscale 0.55
forecolor 1 1 1 0.75
background "mw2_popup_bg_fogstencil"
exp rect x 0 - ((float(milliseconds() % 60000) / 60000) * 854);
exp rect x 0 - ((float(milliseconds() % 60000) / 60000) * (854));
}
itemDef
{
@@ -92,7 +92,7 @@
textscale 0.55
forecolor 0.85 0.85 0.85 1
background "mw2_popup_bg_fogscroll"
exp rect x 0 - ((float(milliseconds() % 60000) / 60000) * 854);
exp rect x 0 - ((float(milliseconds() % 60000) / 60000) * (854));
}
itemDef
{
@@ -102,7 +102,7 @@
visible 1
textscale 0.55
background "mockup_popup_bg_stencilfill"
exp rect h 24 + (4 * 20);
exp rect h (24 + (4) * 20);
}
itemDef
{
@@ -113,7 +113,7 @@
textscale 0.55
forecolor 1 1 1 0.75
background "mw2_popup_bg_fogstencil"
exp rect x (- 854) + ((float(milliseconds() % 50000) / 50000) * 854);
exp rect x (- 854) + ((float(milliseconds() % 50000) / 50000) * (854));
}
itemDef
{
@@ -124,7 +124,7 @@
textscale 0.55
forecolor 0.85 0.85 0.85 1
background "mw2_popup_bg_fogscroll"
exp rect x (- 854) + ((float(milliseconds() % 50000) / 50000) * 854);
exp rect x (- 854) + ((float(milliseconds() % 50000) / 50000) * (854));
}
itemDef
{
@@ -135,7 +135,7 @@
textscale 0.55
forecolor 1 1 1 0
background "small_box_lightfx"
exp rect h 24 + (4 * 20);
exp rect h (24 + (4) * 20);
}
itemDef
{
@@ -176,7 +176,7 @@
textscale 0.55
forecolor 0 0 0 1
background "drop_shadow_r"
exp rect h 24 + (4 * 20);
exp rect h (24 + (4) * 20);
}
itemDef
{
@@ -187,7 +187,7 @@
textscale 0.55
forecolor 0 0 0 1
background "drop_shadow_br"
exp rect y (0 - 0) + (24 + (4 * 20));
exp rect y (0 - 0) + ((24 + (4) * 20));
}
itemDef
{
@@ -198,7 +198,7 @@
textscale 0.55
forecolor 0 0 0 1
background "drop_shadow_b"
exp rect y (0 - 0) + (24 + (4 * 20));
exp rect y (0 - 0) + ((24 + (4) * 20));
}
itemDef
{
@@ -209,7 +209,7 @@
textscale 0.55
forecolor 0 0 0 1
background "drop_shadow_bl"
exp rect y (0 - 0) + (24 + (4 * 20));
exp rect y (0 - 0) + ((24 + (4) * 20));
}
itemDef
{
@@ -220,7 +220,7 @@
textscale 0.55
forecolor 0 0 0 1
background "drop_shadow_l"
exp rect h 24 + (4 * 20);
exp rect h (24 + (4) * 20);
}
itemDef
{
@@ -231,7 +231,7 @@
textscale 0.55
backcolor 0.35 0.35 0.35 1
background "gradient_slow_fadein"
exp rect h 24 + (4 * 20);
exp rect h 24 + (4) * 20;
}
itemDef
{