dansanderson / picotool

Tools and Python libraries for manipulating Pico-8 game files. http://www.lexaloffle.com/pico-8.php
MIT License
367 stars 46 forks source link

Add a "watch" mode for builds #25

Open dansanderson opened 6 years ago

dansanderson commented 6 years ago

p8tool build does a build from multiple files a single time. A p8tool watch (or maybe p8tool build --watch) could do the same thing, but continue running and do it again any time a source file changes.