5YIIOF7KO632TZEVZHQ6ETBI33EQGFOXW34KJHPUFQRQGG6E6AMQC Filename = love.filesystem.getSourceBaseDirectory()..'/graph'
on.initialize = function()if love.filesystem.getInfo('graph') thenNodes = json.decode(love.filesystem.read('graph'))
on.initialize = function(arg)if #arg > 0 thenFilename = arg[1]endif file_exists(Filename) thenlocal f = App.open_for_reading(Filename)Nodes = json.decode(f:read('*a'))f:close()