Merge local version and GitHub version

This commit is contained in:
blinry 2025-03-24 16:39:50 +01:00
commit c92afeaf55
5 changed files with 6 additions and 6 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")