mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-10 20:45:35 +01:00
8 lines
196 B
Plaintext
8 lines
196 B
Plaintext
/// @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);
|
|
} |