Experimenting with the idea of running save files on the title screen for very smooth game-loading ...
@noelfb Super neat. Do you preload stuff on initial loading of "pick a save" screen, or do you do it as the player scrolls?
@PingZing all the actual file io stuff is done way beforehand, but the room/object creation just happens as you scroll. Which so far is fine but could have problems, we'll see!