GAMEOVER BRTICKS

 avatar
Kandif
plain_text
2 years ago
165 B
43
Indexable
extends Node2D

func _process(delta) :
	if Input.is_key_pressed(KEY_SPACE) or Input.is_key_pressed(KEY_ENTER) :
		get_tree().change_scene("res://UI/Menu.tscn")
Editor is loading...