소스 검색

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")
         $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
 ----------------