top of page

6th december

goal.png
levelbeaten.png

The gold door will be the main goal for each level in 'Dupliscape'. If the player can get the to goal using the white cube, then a win condition is called and the win screen is shown, which currently just says "Level beaten". This screen will eventually contain UI that allows the player to navigate to other menus and levels.  

gamemanager.png

A "GameManager" has been created that can be accessed from any script within the project. This makes script management easier and more organised. It currently only calls the "ShowWinMenu" function when the player reaches the goal, but will eventually contain many of the games functions that are carried from level to level.

bottom of page