darkfo icon indicating copy to clipboard operation
darkfo copied to clipboard

Loading a save from a previously unloaded map leaves unloaded images

Open darkf opened this issue 8 years ago • 1 comments

Ideally it should load all relevant images like loadMap does (either we should split that off from loadMap or we should use loadMap. Probably the former, since we don't need loadMap's logic.)

darkf avatar Feb 03 '17 05:02 darkf

I changed the renderer to try to lazy load missing tile images, but we could do this up front too.

Or maybe this is the better method, since we can drop the *.images.json metadata.

darkf avatar Nov 24 '17 19:11 darkf