summaryrefslogtreecommitdiff
path: root/scripts/game_over.gd
blob: 9e00c37868d660904bae35a33acf427b01a0a272 (plain)
1
2
3
4
5
extends Control

func _input(event):
	if event.is_action_pressed("ui_accept"):
		get_tree().change_scene_to_file("res://scenes/title.tscn")