Views/ Main Menu
An example implementation that you can use directly or as a starting point. You can refer to the demo game samples to see it in action or see the implementation details.
MainMenuView<TSaveData>
Base class with buttons:
- Continue
- Load
- New Game
- Settings
- Credits
- Quit
The Continue and Load buttons are enabled or disabled automatically based on the presence of a save file, in coordination with the GameSaveManager.