Skip to content

Commit

Permalink
Merge pull request #44 from her001/patch-4
Browse files Browse the repository at this point in the history
Spelling corrections in "Singletons (AutoLoad)"
  • Loading branch information
akien-mga committed Mar 1, 2016
2 parents f8b677e + 951764a commit 1d32623
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tutorials/step_by_step/singletons_autoload.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ First download the template from here:
Two scenes are present, scene_a.scn and scene_b.scn on an otherwise
empty project. Each are identical and contain a button connected to a
callback for going to the opposite scene. When the project runs, it
starts n scene_a.scn. However, this does nothing and pressing the
starts in scene_a.scn. However, this does nothing and pressing the
button does not work.

global.gd
Expand Down Expand Up @@ -174,8 +174,8 @@ and
func _on_goto_scene_pressed():
get_node("/root/global").goto_scene("res://scene_a.scn")

Finally, by running the project it's possible to switch bewtween both
scenes y pressing the button!
Finally, by running the project it's possible to switch between both
scenes by pressing the button!

(To load scenes with a progress bar, check out the next tutorial,
:ref:`doc_background_loading`)

0 comments on commit 1d32623

Please sign in to comment.