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

18 lines
562 B
Plaintext

{
menuDef
{
name "apply_picmip_popmenu"
rect 0 0 640 480 0 0
focuscolor 1 1 1 1
onOpen
{
execnow "setfromdvar r_picmip ui_r_picmip";
execnow "setfromdvar r_picmip_bump ui_r_picmip_bump";
execnow "setfromdvar r_picmip_spec ui_r_picmip_spec";
execnow "setfromdvar r_picmip_manual ui_r_picmip_manual";
exec "wait; wait; r_applyPicmip";
close apply_picmip_popmenu;
}
}
}