소스 검색

Merge pull request #10651 from raziel444/patch-2

Add note on pressing F6 for current scene vs. F5 for default scene
Matthew 7 달 전
부모
커밋
211ec555f8
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      getting_started/step_by_step/signals.rst

+ 2 - 1
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
 ----------------------------