DFX24ARLXTY22I6AUDTSZDBS2U7YQGX6457O74KJPM725AK3UBJQC
Filename = love.filesystem.getSourceBaseDirectory()..'/graph'
on.initialize = function()
if love.filesystem.getInfo('graph') then
Nodes = json.decode(love.filesystem.read('graph'))
on.initialize = function(arg)
if #arg > 0 then
Filename = arg[1]
end
if file_exists(Filename) then
local f = App.open_for_reading(Filename)
Nodes = json.decode(f:read('*a'))
f:close()