Pixel-Composer/objects/o_main/Alarm_3.gml

11 lines
199 B
Plaintext
Raw Normal View History

2022-01-13 05:24:03 +01:00
/// @description file drop
#region drop
PANEL_GRAPH.stepBegin();
if(PANEL_GRAPH.dropFile(file_dropping)) {
renderAll();
} else
load_file_path(file_dropping);
file_dropping = "";
#endregion