Pixel-Composer/objects/o_main/Alarm_3.gml
2022-12-10 11:06:01 +07:00

11 lines
207 B
Plaintext

/// @description file drop
#region drop
PANEL_GRAPH.stepBegin();
if(PANEL_GRAPH.dropFile(file_dropping)) {
Render(false);
} else
load_file_path(file_dropping, true);
file_dropping = "";
#endregion