VinayGupta23 / alter-ego-game

A puzzle-platformer game with clones! Developed as part of CSCI526: Mobile Games at USC.
https://vinaygupta23.itch.io/alter-ego
0 stars 1 forks source link

UI for pause menu, level select and restart #21

Closed vinayg-usc closed 2 years ago

vinayg-usc commented 2 years ago

Please use UI Toolkit, which is the new and recommended framework by Unity. The following UIs are required:

  1. Main Menu: When we load the game for the first time, to select which level to play
  2. Pause Menu: Within a level, and has options to restart level or return to main menu

Please create a new branch for these changes. You can use the scenes Level1 and Level2 for testing.