Escape By Any Means Devlog pt18


This is the pause menu.

When the player presses the start button the pause menu opens.

The pause menu consists of a resume, options and menu button.

The resume button will close the panel and resume the game.

The options button will open up the options menu.

The menu button will load the main menu scene.

Whilst the pause menu is opened the timescale of the game is set to 0.

Some scripts continued running during timescale = 0, this meant that a boolean called isPaused is used to make the parts of the code that continued to run stop.

Get Escape By Any Means