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.
2 parents e1a4b11 + a31bf75 commit 5062d09Copy full SHA for 5062d09
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