diff --git a/player.gd b/player.gd index 91f1c45..58a11ca 100644 --- a/player.gd +++ b/player.gd @@ -143,7 +143,9 @@ func _on_continue_button_pressed(): -func _on_shop_shop_exit() -> void: +func _on_shop_shop_exit() -> void: + $Upgrades.update() + $SpecialUpgrades.update() is_active = true $Shop.visible = false stage_counter += 1