onefrankguy / dewdrop-farm

A tiny farm simulation game for js13kGames 2020.
https://www.frankmitchell.org/dewdrop-farm
MIT License
7 stars 2 forks source link

Adjust rendering so the entire farm doesn't redraw every update #6

Open onefrankguy opened 4 years ago

onefrankguy commented 4 years ago

Right now, the entire farm redraws every time any bit of it changes. I should be able to tweak it so that only the plots that have changed redraw. This will make it a bit easier to debug render issues while the farm's running.