GAMEOVER BRTICKS
Kandif
plain_text
02/21/2023 6:21 PM
220 B
55
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...