June 2021
Beginner
391 pages
7h 56m
English
In this chapter, we’ll move the project even further along by adding a custom main menu screen to the game. We’ll wire up the main menu and make sure it’s functional. Let’s start things off by taking a look at the main menu screen and what we need to do to get it set up.
The following process should work fine with both the Java and C# versions of the project. Create a new class and name it “ScreenMainMenu.” We want this class to extend the MmgCore API’s ScreenMainMenu class. Keep in mind that ...
Read now
Unlock full access