added the basic shop

This commit is contained in:
2023-11-20 21:20:29 +11:00
parent edbb3261c6
commit f631654626
10 changed files with 328 additions and 19 deletions

View File

@@ -2,7 +2,8 @@ extends Control
func _on_quit_button_pressed() -> void:
Game.quit_to_desktop()
Game.scene_switch_main_menu()
queue_free()
func _on_restart_button_pressed() -> void: