GAMEOVER BRTICKS
Kandif
plain_text
3 years ago
165 B
47
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...