title screen
This commit is contained in:
parent
2fd199612b
commit
d464e0499b
12 changed files with 147 additions and 7 deletions
10
ui/title_screen/title_screen.gd
Normal file
10
ui/title_screen/title_screen.gd
Normal 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()
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue