6 lines
84 B
GDScript
6 lines
84 B
GDScript
extends Control
|
|
|
|
|
|
func _on_play_button_pressed() -> void:
|
|
GameManager.start_game()
|