mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-07 05:02:04 +02:00
Fix typos
This commit is contained in:
parent
ce9fcda773
commit
9da0bd1fbd
4 changed files with 4 additions and 4 deletions
scenes
|
@ -74,7 +74,7 @@ func shell_received(text):
|
|||
|
||||
func _notification(what):
|
||||
if what == MainLoop.NOTIFICATION_WM_QUIT_REQUEST:
|
||||
#get_tree().quit() # default behavio
|
||||
#get_tree().quit() # default behavior
|
||||
get_tree().change_scene("res://scenes/survey.tscn")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue