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

116 lines
3.2 KiB
Plaintext

{
menuDef
{
name "background_main"
rect 0 0 640 480 0 0
focuscolor 1 1 1 1
fadeClamp 1
fadeCycle 1
fadeAmount 0.1
onOpen
{
execnow "g_friendlyfiredist 0";
execnow "g_friendlynamedist 0";
execnow "loc_warnings 0";
execnow "loc_warningsaserrors 0";
}
onESC
{
}
itemDef
{
text "@PLATFORM_SELECT"
rect 499 438 0 0 0 0
decoration
visible 1
textscale 0.4583
textfont 1
}
itemDef
{
name "signedinas"
rect 0 0 250 15 0 0
decoration
type 8
visible 1
ownerdraw 372
textscale 0.4583
textfont 1
forecolor 0.4823 0.4823 0.4823 1
}
itemDef
{
rect 80 170 250 15 0 0
type 1
visible 1
textscale 0.4583
textfont 1
forecolor 0.4823 0.4823 0.4823 1
execKeyInt 157
{
scriptmenuresponse BUTTON_RTRIG;
}
execKeyInt 156
{
scriptmenuresponse BUTTON_LTRIG;
}
execKeyInt 17
{
scriptmenuresponse BUTTON_RSTICK;
}
execKeyInt 16
{
scriptmenuresponse BUTTON_LSTICK;
}
execKeyInt 15
{
scriptmenuresponse BUTTON_BACK;
}
execKeyInt 14
{
scriptmenuresponse BUTTON_START;
}
execKeyInt 186
{
scriptmenuresponse BUTTON_RSHLDR;
}
execKeyInt 185
{
scriptmenuresponse BUTTON_LSHLDR;
}
execKeyInt 167
{
scriptmenuresponse BUTTON_Y;
}
execKeyInt 168
{
scriptmenuresponse BUTTON_X;
}
execKeyInt 2
{
scriptmenuresponse BUTTON_B;
}
execKeyInt 1
{
scriptmenuresponse BUTTON_A;
}
execKeyInt 21
{
scriptmenuresponse DPAD_DOWN;
}
execKeyInt 20
{
scriptmenuresponse DPAD_UP;
}
execKeyInt 22
{
scriptmenuresponse DPAD_LEFT;
}
execKeyInt 23
{
scriptmenuresponse DPAD_RIGHT;
}
}
}
}