added selling cards and made shop items cheaper

This commit is contained in:
2024-03-31 19:32:00 +11:00
parent e84496dcf8
commit 05914a3c64
22 changed files with 354 additions and 413 deletions

View File

@ -58,6 +58,7 @@ func quit_game(confirmation: bool) -> void:
func _on_play_button_pressed() -> void:
Game.level = null
Game.scene_switch_to_singleplayer_lobby()
@ -67,6 +68,7 @@ func _on_options_button_pressed() -> void:
func _on_multiplayer_button_pressed() -> void:
Game.level = null
Game.scene_switch_to_multiplayer_lobby()