title screen

This commit is contained in:
Michael Campbell 2026-03-04 14:52:35 -05:00
parent 2fd199612b
commit d464e0499b
12 changed files with 147 additions and 7 deletions

View file

@ -0,0 +1,10 @@
extends Control
func _on_play_pressed() -> void:
Level.start_game()
queue_free()
func _on_quit_pressed() -> void:
get_tree().quit()