diff --git a/getting_started/step_by_step/signals.rst b/getting_started/step_by_step/signals.rst index 9d07f0ffd..17f07a2f7 100644 --- a/getting_started/step_by_step/signals.rst +++ b/getting_started/step_by_step/signals.rst @@ -252,7 +252,8 @@ Your complete ``sprite_2d.gd`` code should look like the following. } } -Run the scene now and click the button to see the sprite start and stop. +Run the current scene by pressing :kbd:`F6` (:kbd:`Cmd + R` on macOS), +and click the button to see the sprite start and stop. Connecting a signal via code ----------------------------