Untitled

Kandif avatar
Kandif
plain_text
12/15/2022 5:18 PM
216 B
25
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...