on.file_drop = function(file) if Global_next_save then save_graph_to_disk() Global_next_save = nil end Filename = file:getFilename() love.window.setTitle('snap.love - '..Filename) load_graph_from_disk() A() end