Files
project-thought-experiment/scripts/menus/main_menu.gd
2024-01-12 21:42:21 +01:00

5 lines
92 B
GDScript

extends Control
func _on_start_game_pressed() -> void:
pass # Replace with function body.