Change "Custom Node" to "Other Node" in Scenes and nodes (#3877)

This commit is contained in:
Marcin Sędłak-Jakubowski
2020-08-07 00:52:04 +02:00
committed by GitHub
parent 1e8c25b247
commit fe674e3b30
2 changed files with 2 additions and 2 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 11 KiB

@@ -97,7 +97,7 @@ empty scene, as the "root" node).
In an empty scene (without root node), the scene dock shows several
options to quickly add a root node to the scene. "2D Scene" adds a
Node2D node, "3D Scene" adds a Spatial node, "User Interface" adds a
Control node, and "Custom Node" which lets you select any node (so it
Control node, and "Other Node" which lets you select any node (so it
is equivalent to pressing the "Add Child Node" button). You can also
press the star-shaped icon to toggle the display of your favorited
nodes.
@@ -107,7 +107,7 @@ empty scene, as the "root" node).
node as its root node, likewise not every GUI or 2D scene needs a Control
node or Node2D as their root node.
Now, to add a label node to this scene you can click on the Custom Node
Now, to add a label node to this scene you can click on the Other Node
button or the Add Node button at the top. In scenes that aren't empty you
use the add node button to create every child node.