darkf / darkfo

DarkFO, a post-nuclear RPG remake (of Fallout 2)
Apache License 2.0
135 stars 12 forks source link

Loading a save from a previously unloaded map leaves unloaded images #86

Open darkf opened 7 years ago

darkf commented 7 years ago

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 commented 6 years ago

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.