From one scene to another?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Syl

Hello,

could someone tell me how to make a transition from one scene to another?

:bust_in_silhouette: Reply From: GunPoint

Use get_tree().change_scene("scene path here")
If you want a smooth scene transition, you can animate the scene, so it fades out then it changes

Great! Thxs a lot! :slight_smile:

Syl | 2018-02-25 07:46