6 lines
131 B
GDScript
6 lines
131 B
GDScript
extends Control
|
|
|
|
|
|
func _on_play_button_pressed() -> void:
|
|
get_tree().change_scene_to_file("res://molecular/molecular_stage.tscn")
|