Fix typos

This commit is contained in:
Marcel Ribeiro-Dantas 2024-02-12 00:54:11 -03:00 committed by blinry
parent ce9fcda773
commit 9da0bd1fbd
4 changed files with 4 additions and 4 deletions
scenes

View file

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