1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-20 12:43:34 +00:00
lovr/etc/nogame
bjorn 9301c73f14 Live reloading;
Use -w or --watch to watch source directory for changes and call
lovr.filechanged when a file is changed.

By default lovr.filechanged will restart lovr.

It's powered by lovr.filesystem.watch/lovr.filesystem.unwatch functions,
but these are currently hardcoded to only watch the whole source folder.

Currently there is a bug where it only restarts on the first change,
this is seemingly a problem with dmon.
2024-05-27 03:08:38 -07:00
..
arg.lua Live reloading; 2024-05-27 03:08:38 -07:00
conf.lua Thread module initializes job system; 2024-02-28 12:31:34 -08:00
logo.spv mv logo shader to nogame bundle; 2024-02-21 10:21:42 -08:00
main.lua mv logo shader to nogame bundle; 2024-02-21 10:21:42 -08:00