File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Wanna build your own level? Great! Here's how to do it:
21211 . Run the game – the easiest way to do so is to run ` godot scenes/main.tscn ` from the project directory.
22221 . Get a bit familiar with the levels which are currently there.
23231 . Take a look into the ` levels ` directory. It's split into chapters, and each level is a file.
24- 1 . Make a copy of an existing level or start writing your own. See the documention of the format below.
24+ 1 . Make a copy of an existing level or start writing your own. See the documentation of the format below.
25251 . Write and test your level. If you're happy with it, feel free to send it to us in a pull request! <3
2626
2727### Level format
Original file line number Diff line number Diff line change @@ -35,4 +35,4 @@ test "$(git show main^:c)" != "c"
3535
3636[congrats]
3737
38- Well done! Try tavelling between the commits using `git checkout`, so you can look at their contents again!
38+ Well done! Try travelling between the commits using `git checkout`, so you can look at their contents again!
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ git add recipe
3939
4040[win]
4141
42- # Did you resolve the confict and commit?
42+ # Did you resolve the conflict and commit?
4343{ git show HEAD | grep "Flour"; } && { git show HEAD | grep "Salt"; }
4444
4545# Did you clear stash stack?
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ func shell_received(text):
7474
7575func _notification (what ):
7676 if what == MainLoop .NOTIFICATION_WM_QUIT_REQUEST :
77- # get_tree().quit() # default behavio
77+ # get_tree().quit() # default behavior
7878 get_tree ().change_scene ("res://scenes/survey.tscn" )
7979
8080
You can’t perform that action at this time.
0 commit comments