mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-12-26 06:56:45 +01:00
8 lines
No EOL
196 B
Text
8 lines
No EOL
196 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);
|
|
} |