VEAGRAARYLZMNMY53SJHY5LOFANQ7OVVUHZK4H5Q2HUQDIHC6MBQC function pong.settings(ignore_window_position)if Current_app == 'pong' and not ignore_window_position thenSettings.pong.x, Settings.pong.y, Settings.pong.displayindex = love.window.getPosition()endreturn {x=Settings.pong.x, y=Settings.pong.y, displayindex=Settings.pong.displayindex,}endfunction pong.load_settings()local settings = Settings.ponglove.window.setPosition(settings.x, settings.y, settings.displayindex)end