restart on a remote command from the driver
[?]
Apr 8, 2023, 1:18 AM
HZFGZQCD46OJWMRFV2EMNMZUPVX3FKCMTLITYFUZVXFGSHUUAPZQCDependencies
- [2]
DSDKFEUKpersist window geometry to disk across restart - [*]
OTIBCAUJlove2d scaffold - [*]
LRDM35CEapp running again
Change contents
- edit in main.lua at line 66
function restart()if on.quit then on.quit() endlove.filesystem.write('config', json.encode(settings()))load_settings()if on.initialize then on.initialize() endend - edit in live.lua at line 219[5.6280][5.6280]
elseif cmd == 'RESTART' thenrestart()