summaryrefslogtreecommitdiff
path: root/scripts/title.gd
blob: 8242145eb617e260460f0964e8707c089ad6be44 (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/game.tscn")