Game Over

Introduction

Game over is the screen that is shown upon failure or when a game ends.

Best Practice: Define any background and visual elements in a User Interface that is assigned to the Menu property.

Properties

System

NameExplanationType
Background ColorThe background color of the scene.Color
Background MusicThe background music to play.Music
MenuThe user interface to use for the scene.
Note: The user interface should be of type Menu?.
User Interface
Skip Game OverWhether or not to skip the scene and go directly to the title screen.Toggle

Transitions

NameExplanationType
Enter TransitionThe transition for entering the scene.Transition
Exit TransitionThe transition for exiting the scene.Transition