Database /
Title
Introduction
Title is the title screen that is shown after the engine has loaded.
Best Practice: Define any background and visual elements in a User Interface that is assigned to the Menu property.
Properties
System
| Name | Explanation | Type |
|---|---|---|
| Menu | The user interface to use for the scene. Note: The user interface should be of type Menu?. | User Interface |
| Loading Screen | The user interface to use for the loading screen for the scene. | User Interface |
| Background Color | The background color of the scene. | Color |
| Background Music | The background music to play. | Music |
| Skip Title | Whether or not to skip the scene and proceed immediately to starting a new game. | Toggle |
Transitions
| Name | Explanation | Type |
|---|---|---|
| Enter Transition | The transition for entering the scene. | Transition |
| Exit Transition | The transition for exiting the scene. | Transition |
