From d5c54b9f4786c5fefcdef88264174155c3b1ad3b Mon Sep 17 00:00:00 2001 From: VitalyR Date: Sun, 2 Jun 2024 16:41:38 +0800 Subject: [PATCH] Remove duplicate words in `getting_started/first_2d_game` --- getting_started/first_2d_game/02.player_scene.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting_started/first_2d_game/02.player_scene.rst b/getting_started/first_2d_game/02.player_scene.rst index ffca5f5f9..acefaa5aa 100644 --- a/getting_started/first_2d_game/02.player_scene.rst +++ b/getting_started/first_2d_game/02.player_scene.rst @@ -31,7 +31,7 @@ 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 "Groups the selected node -with its children. This causes the parent to be to be selected when any child +with its children. This causes the parent to be selected when any child node is clicked in 2D and 3D view." .. image:: img/lock_children.webp