Big Game Menu update + GameMenu API
Changes
- Main Menu
- OWOGAMESAPI
- INIT Part
- -> Working on more games and Icons
Api Usecase
OwOGamesAPI api = OwOGamesAPI.getInstance();
api.AddGame("Your GAME!", "Your Game escription", Identifier.of("your mod id", "your image texture path"), "your tooltip", "your game id", Are you using our Settings api that comes soon? (true/false), new Your Game Screen());
Looks Like: ->