Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion getting_started/step_by_step/signals.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down