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