Closed jlnunez89 closed 4 years ago
Currently, the game loads all monster spawns on game load. This effectively loads most of the map.
This PR makes it so that monsters are only spawned when a sector is loaded, effectively keeping the load time and memory usage really low.
Problem:
Currently, the game loads all monster spawns on game load. This effectively loads most of the map.
Solution:
This PR makes it so that monsters are only spawned when a sector is loaded, effectively keeping the load time and memory usage really low.