Pixel-Composer/objects/o_main/Other_75.gml
2023-02-14 11:32:32 +07:00

8 lines
No EOL
194 B
Text

/// @description
var ev_id = async_load[? "id"];
var ev_type = async_load[? "event_type"];
if(ev_type == "file_drop") {
dropping = async_load[?"filename"];
array_push(drop_path, dropping);
}