initial commit

This commit is contained in:
2025-09-28 23:51:56 -05:00
committed by Gregory Marco
commit 8756ff44ad
24 changed files with 616 additions and 0 deletions

5
main_menu.gd Normal file
View File

@@ -0,0 +1,5 @@
extends Control
func start_button_pressed() -> void:
pass # Replace with function body.