Pixel-Composer/objects/o_main/Other_75.gml

5 lines
137 B
Plaintext
Raw Normal View History

2022-12-16 09:18:09 +01:00
/// @description
if(async_load[?"event_type"] == "file_drop") {
dropping = async_load[?"filename"];
array_push(drop_path, dropping);
}