33 lines
548 B
Plaintext
33 lines
548 B
Plaintext
|
/********************************************
|
||
|
* dumped by: aerosoul94 *
|
||
|
*********************************************/
|
||
|
|
||
|
{
|
||
|
menuDef
|
||
|
{
|
||
|
name "start"
|
||
|
rect 0 0 640 480 4 4
|
||
|
visible 1
|
||
|
forecolor 1 1 1 1
|
||
|
fadeCycle 1
|
||
|
fadeClamp 1
|
||
|
fadeAmount 0.1
|
||
|
exp rect y ( 0 - ( 0 * "ONLINEGAME_OFFSET" ) )
|
||
|
onOpen
|
||
|
{
|
||
|
exec "fast_restart";
|
||
|
focusfirst;
|
||
|
close self;
|
||
|
}
|
||
|
itemDef
|
||
|
{
|
||
|
rect -400 64 800 0 2 1
|
||
|
visible 1
|
||
|
forecolor 1 1 1 0.85
|
||
|
textalign 1
|
||
|
textscale 0.5833
|
||
|
textstyle 3
|
||
|
exp text ( "haahh" )
|
||
|
}
|
||
|
}
|
||
|
}
|