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

Create menu and level select #31

Closed Vacancyy closed 2 years ago

Vacancyy commented 2 years ago

Create main menu scene and level select scene. Add restart and return buttons in each level.

EfazMuh commented 2 years ago

Added the changes that Vinay requested but there is some other stuff left.

  1. Fix ui placement to fit in screen.
  2. Multiple event systems in LevelSelect.scene which is incorrect.
  3. Make level button prefabs to auto spawn buttons based on the level list.
  4. Have a single function in LevelSelect that gets the text from the button to load the level instead of an individual button for each scene.
vinayg-usc commented 2 years ago

@Vacancyy - Can you help with the following changes so we can merge asap:

Please test all the changes and share a new WebGL on Discord for feedback. If you are stuck with anything please reach out to @EfazMuh.

vinayg-usc commented 2 years ago

We will be merging to prototype-week4, so this PR will be currently closed.