Before this commit we were only saving settings when explicitly hitting the 'settings' button to dismiss the menu. But clicking anywhere outside the menu dismisses it.
RVJNNICYVRHL6NXTFGKMOT4JQFQYLORAINWYXIXFJZC55JRM5VBQC
JV27LDDKKY57IEBWGBFPSHEARMOEGLBYGBJD27PDPTNWWYXA4T6AC
ZM7NOBRMD5HHA35Y4JDC76EOA2RD4KQOQCPURXYKXA6ABMKOJIGQC
IP4LD33DQFWQ4654YPNJRKQ3CNYSHRZPX6U6ZPY7OLE744XX3MEQC
if Show_settings then -- On mobile devices, we can't depend on on.save_settings() triggering on quit love.filesystem.write('config', json.encode(settings())) end
if Show_settings then
-- On mobile devices, we can't depend on on.save_settings() triggering on quit
love.filesystem.write('config', json.encode(settings()))
end