瀏覽代碼

Add useful tip in first 2d-game tutorial (#5134)

Co-authored-by: Rémi Verschelde <[email protected]>
(cherry picked from commit 7b68b68ddd9d9cd40ab2ce484435674382e04f18)
Trygve Vea 3 年之前
父節點
當前提交
d80ff1f14b
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      getting_started/first_2d_game/05.the_main_game_scene.rst

+ 3 - 0
getting_started/first_2d_game/05.the_main_game_scene.rst

@@ -445,6 +445,9 @@ Let's also assign ``Main`` as our "Main Scene" - the one that runs automatically
 when the game launches. Press the "Play" button and select ``Main.tscn`` when
 when the game launches. Press the "Play" button and select ``Main.tscn`` when
 prompted.
 prompted.
 
 
+.. tip:: If you had already set another scene as the "Main Scene", you can right
+         click ``Main.tscn`` in the FileSystem dock and select "Set As Main Scene".
+
 You should be able to move the player around, see mobs spawning, and see the
 You should be able to move the player around, see mobs spawning, and see the
 player disappear when hit by a mob.
 player disappear when hit by a mob.