Customizing the transition
- Last UpdatedDec 04, 2023
- 1 minute read
Scene transition includes a fade-in fade-out behavior that uses a Rect2D node called global_screen.
Syntax example
You can patch the global_screen to customize the look and feel of this transition.
<patch name="global_screen" color="1 1 1 1" />
Transition loop
The transition loop is:
-
Current scene displays.
-
The global_screen fades in.
-
Scene switch.
-
The global_screen fades out.
-
New scene displays.