freettrpg/scripts/menu.gd

5 lines
97 B
GDScript3
Raw Normal View History

2024-06-13 13:29:05 +02:00
extends Node
func _on_pressed():
get_tree().change_scene_to_file("res://scenes/test/map.tscn")