mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-10 20:45:35 +01:00
5 lines
137 B
Plaintext
5 lines
137 B
Plaintext
|
/// @description
|
||
|
if(async_load[?"event_type"] == "file_drop") {
|
||
|
dropping = async_load[?"filename"];
|
||
|
array_push(drop_path, dropping);
|
||
|
}
|