瀏覽代碼

Merge pull request #3012 from DesiQuintans/patch-2

Add step re. setting main scene
Nathan Lovato 5 年之前
父節點
當前提交
d094c2c3a2
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      getting_started/step_by_step/exporting.rst

+ 7 - 0
getting_started/step_by_step/exporting.rst

@@ -119,6 +119,13 @@ changed:
         emit_signal("hit")
         emit_signal("hit")
         $CollisionShape2D.set_deferred("disabled", true)
         $CollisionShape2D.set_deferred("disabled", true)
 
 
+Setting a main scene
+--------------------
+
+The main scene is the one that your game will start in. In *Project -> Project 
+Settings -> Application -> Run*, set *Main Scene* to "Main.tscn" by clicking 
+the folder icon and selecting it.
+
 Export templates
 Export templates
 ----------------
 ----------------