Skip to content

Commit a31bf75

Browse files
committed
Clarify which scene to run in step by step
1 parent 2885812 commit a31bf75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting_started/step_by_step/signals.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ The ``visible`` property is a boolean that controls the visibility of our node.
335335
The line ``visible = not visible`` toggles the value. If ``visible`` is
336336
``true``, it becomes ``false``, and vice-versa.
337337

338-
If you run the scene now, you will see that the sprite blinks on and off, at one
338+
If you run the Node2D scene now, you will see that the sprite blinks on and off, at one
339339
second intervals.
340340

341341
Complete script

0 commit comments

Comments
 (0)