Răsfoiți Sursa

Merge pull request #3012 from DesiQuintans/patch-2

Add step re. setting main scene
Nathan Lovato 5 ani în urmă
părinte
comite
d094c2c3a2
1 a modificat fișierele cu 7 adăugiri și 0 ștergeri
  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
 ----------------