8 lines
153 B
GDScript
8 lines
153 B
GDScript
extends Control
|
|
|
|
|
|
|
|
func _on_button_pressed() -> void:
|
|
get_tree().change_scene_to_file("res://Game/Maps/map_1.tscn")
|
|
pass # Replace with function body.
|