Open j3kstrum opened 3 years ago
The GroundMarkerPlugin seems to do this well. They load points dynamically (and fail when they can't find them) and they save dynamic points as well.
This could probably be repurposed; we wouldn't need the lazy loading, either, because the entire minigame display container needs to be loaded before it can be displayed.
Games, the board, etc. should all be able to be serialized to disk. They should also be loaded from their serialized state on startup.