From a31bf758943e592eeea2d1cabfc6ed1a8243448e Mon Sep 17 00:00:00 2001 From: skyace65 Date: Thu, 8 Feb 2024 20:41:25 -0500 Subject: [PATCH] Clarify which scene to run in step by step --- getting_started/step_by_step/signals.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting_started/step_by_step/signals.rst b/getting_started/step_by_step/signals.rst index f5a0ff7c1..d5fca2bc3 100644 --- a/getting_started/step_by_step/signals.rst +++ b/getting_started/step_by_step/signals.rst @@ -335,7 +335,7 @@ The ``visible`` property is a boolean that controls the visibility of our node. The line ``visible = not visible`` toggles the value. If ``visible`` is ``true``, it becomes ``false``, and vice-versa. -If you run the scene now, you will see that the sprite blinks on and off, at one +If you run the Node2D scene now, you will see that the sprite blinks on and off, at one second intervals. Complete script