mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2025-01-24 11:58:05 +01:00
11 lines
199 B
Text
11 lines
199 B
Text
|
/// @description file drop
|
||
|
#region drop
|
||
|
PANEL_GRAPH.stepBegin();
|
||
|
|
||
|
if(PANEL_GRAPH.dropFile(file_dropping)) {
|
||
|
renderAll();
|
||
|
} else
|
||
|
load_file_path(file_dropping);
|
||
|
file_dropping = "";
|
||
|
#endregion
|