32 lines
672 B
Plaintext
32 lines
672 B
Plaintext
|
/*********************************************************
|
||
|
***************** Dumped by aerosoul94 *******************
|
||
|
*********************************************************/
|
||
|
|
||
|
{
|
||
|
menuDef
|
||
|
{
|
||
|
name "dirt_effect_right"
|
||
|
rect 0 0 640 480 8 10
|
||
|
forecolor 1 1 1 1
|
||
|
onOpen
|
||
|
{
|
||
|
lerp "alpha" "from" 0 "to" 1 "over" "0.15";
|
||
|
lerp "scale" "from" 0 "to" 1 "over" "0.1";
|
||
|
lerp x "from" "300" "to" 0 "over" "0.1";
|
||
|
}
|
||
|
onRequestClose
|
||
|
{
|
||
|
lerp "alpha" "from" 1 "to" 0 "over" "1.0";
|
||
|
}
|
||
|
itemDef
|
||
|
{
|
||
|
rect -682.667 -341.333 -1365.33 -682.667 2 2
|
||
|
decoration
|
||
|
visible 1
|
||
|
style 3
|
||
|
forecolor 1 1 1 1
|
||
|
background "fullscreen_dirt_left"
|
||
|
textscale 0.55
|
||
|
}
|
||
|
}
|
||
|
}
|