IW4-Dump-Files/ui_mp/dirt_effect_right.menu

33 lines
678 B
Plaintext
Raw Normal View History

2017-07-08 11:47:21 -07:00
/*********************************************************
***************** Dumped by aerosoul94 *******************
*********************************************************/
{
menuDef
{
name "dirt_effect_right"
rect 0 0 640 480 8 10
decoration
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";
}
onClose
{
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
}
}
}