create space for app-specific settings
[?]
Jan 2, 2023, 2:22 AM
FRXBX5FCEGOPQEFPD4T7JDHVHK7RDYTIJWQLGJLN22RC62GQSTIACDependencies
- [2]
WZZGVKSGa few more renames - [3]
DSDKFEUKpersist window geometry to disk across restart - [*]
OTIBCAUJlove2d scaffold - [*]
MPETAKZ2insert space for loading settings - [*]
5OVKHVY6nice way to make on.* handlers more discoverable
Change contents
- edit in main.lua at line 65
app = on.save_settings and on.save_settings(), - edit in main.lua at line 81
if on.load_settings then on.load_settings(settings.app) end - edit in 0001-on at line 18[2.588][7.557]
-- on.load_settings(settings) -- fan out settings table into any other global state-- on.save_settings() -- return a settings table which will be persisted to disk across restart