We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2885812 commit a31bf75Copy full SHA for a31bf75
getting_started/step_by_step/signals.rst
@@ -335,7 +335,7 @@ The ``visible`` property is a boolean that controls the visibility of our node.
335
The line ``visible = not visible`` toggles the value. If ``visible`` is
336
``true``, it becomes ``false``, and vice-versa.
337
338
-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
339
second intervals.
340
341
Complete script
0 commit comments