Untitled

 avatar
Kandif
plain_text
3 years ago
160 B
12
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://Menu.tscn")
Editor is loading...