5 lines
92 B
GDScript
5 lines
92 B
GDScript
extends Control
|
|
|
|
func _on_start_game_pressed() -> void:
|
|
pass # Replace with function body.
|