From fc1f052d3263dd904ef6fc95fcc481355672bbba Mon Sep 17 00:00:00 2001 From: Chelsea Winfree Date: Sun, 2 Feb 2025 22:36:17 -0500 Subject: [PATCH] Added clarifying text for instance docs Added some clarifying text to help make the transition from double clicking Ball.tscn to editing the specific Ball node itself. Now it is clear to first click within the left nav before moving over to the inspector tab. --- getting_started/step_by_step/instancing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting_started/step_by_step/instancing.rst b/getting_started/step_by_step/instancing.rst index 0c3f828b0..aab8713de 100644 --- a/getting_started/step_by_step/instancing.rst +++ b/getting_started/step_by_step/instancing.rst @@ -121,7 +121,7 @@ Let's try this. Double-click ``ball.tscn`` in the FileSystem to open it. .. image:: img/instancing_ball_scene_open.webp -Select the Ball node. In the Inspector on the right, click on the PhysicsMaterial +In the Scene dock on the left, select the Ball node. Then, in the Inspector on the right, click on the PhysicsMaterial property to expand it. .. image:: img/instancing_physics_material_expand.webp