mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2025-01-15 00:36:50 +01:00
5 lines
137 B
Text
5 lines
137 B
Text
|
/// @description
|
||
|
if(async_load[?"event_type"] == "file_drop") {
|
||
|
dropping = async_load[?"filename"];
|
||
|
array_push(drop_path, dropping);
|
||
|
}
|