Pixel-Composer/objects/o_main/Other_75.gml

8 lines
194 B
Plaintext
Raw Normal View History

2022-12-16 09:18:09 +01:00
/// @description
2023-02-14 05:32:32 +01:00
var ev_id = async_load[? "id"];
var ev_type = async_load[? "event_type"];
if(ev_type == "file_drop") {
2022-12-16 09:18:09 +01:00
dropping = async_load[?"filename"];
array_push(drop_path, dropping);
}