From cd94343a548abe59e845177655c87f19392b337e Mon Sep 17 00:00:00 2001 From: Caleb Rogers Date: Thu, 29 Feb 2024 21:30:28 +0800 Subject: [PATCH] Update tooltip note in 02.player_scene.rst The tooltip appears to have been updated since the docs were written. --- getting_started/first_2d_game/02.player_scene.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/getting_started/first_2d_game/02.player_scene.rst b/getting_started/first_2d_game/02.player_scene.rst index 795528c6b..bb181762a 100644 --- a/getting_started/first_2d_game/02.player_scene.rst +++ b/getting_started/first_2d_game/02.player_scene.rst @@ -30,8 +30,9 @@ functionality. Before we add any children to the ``Player`` node, we want to make sure we don't accidentally move or resize them by clicking on them. Select the node and click -the icon to the right of the lock. Its tooltip says "Make selected node's -children not selectable." +the icon to the right of the lock. Its tooltip says "Groups the selected node +with its children. This causes the parent to be to be selected when any child +node is clicked in 2D and 3D view." .. image:: img/lock_children.webp