Posted November 06, 2017 by Tanpanama
In this week we already create the main menu layout of our game. Here's the layout :
In the main menu page, there are also achievement button, setting button, credit button, and exit button
We also create the splash screen page, exit page, option page, and credit page. Here's the layout :
We also modify some of the game script, like when player colliding with lever, chest, key, and light switcher. We modify it to OnMouseDown instead of OnTriggerEnter2D.