Chaos_Kitchen/Scripts/UI/Main_Menu.gd

6 lines
113 B
GDScript3
Raw Permalink Normal View History

extends Control
func _on_play_button_pressed():
get_tree().change_scene_to_file("res://Scene/TestScene.tscn")