mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
Merge pull request #9052 from skyace65/ChangeManually
Remove confusing sentence for changing scenes
(cherry picked from commit 944128625c)
This commit is contained in:
committed by
Max Hilbrunner
parent
6e45b859f9
commit
7ba4e49e8d
@@ -4,8 +4,8 @@ Change scenes manually
|
||||
======================
|
||||
|
||||
Sometimes it helps to have more control over how one swaps scenes around.
|
||||
As mentioned above, a :ref:`Viewport <class_Viewport>`'s child nodes
|
||||
will render to the image it generates. This holds true even for nodes outside
|
||||
A :ref:`Viewport <class_Viewport>`'s child nodes will render to the image
|
||||
it generates, this holds true even for nodes outside
|
||||
of the "current" scene. Autoloads fall into this category, but so do
|
||||
scenes which one instances and adds to the tree at runtime:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user