You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Created tutorial_changing_scenes (markdown)
10
tutorial_changing_scenes.md
Normal file
10
tutorial_changing_scenes.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Changing Scenes (Advanced)
|
||||
|
||||
### Introduction
|
||||
|
||||
Changing a scene in Godot is not often as straightforward, this is due to the high flexibility offered by the scene system. As there is nothing that really defines a "loaded scene", this must be done manually.
|
||||
|
||||
The advantage of this is that it's easy to handle different common situations, such as loading screens (with progress bar), transitions (fadeins/fadeouts), preloaded scenes, etc.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user