DFX24ARLXTY22I6AUDTSZDBS2U7YQGX6457O74KJPM725AK3UBJQC 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()