added audio subtitle system and menus and more
This commit is contained in:
7
scripts/close_game_confirmation.gd
Normal file
7
scripts/close_game_confirmation.gd
Normal file
@@ -0,0 +1,7 @@
|
||||
extends ConfirmationDialog
|
||||
|
||||
func _on_confirmed() -> void:
|
||||
pass # Replace with function body.
|
||||
|
||||
func _on_canceled() -> void:
|
||||
get_tree().quit()
|
Reference in New Issue
Block a user