feat: Do trigger updates on shop close
This commit is contained in:
parent
f0076021f6
commit
2b4a2b937e
|
|
@ -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
|
is_active = true
|
||||||
$Shop.visible = false
|
$Shop.visible = false
|
||||||
stage_counter += 1
|
stage_counter += 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue