Restart the silliness after winning fishing

This commit is contained in:
Zoey Kitt 2024-11-16 19:56:44 -06:00
parent 760420412d
commit 47c6fcc3b0

View file

@ -40,3 +40,6 @@ func _on_microgame_win(window: MicrogameWindow):
func _on_fishin_win() -> void: func _on_fishin_win() -> void:
$Fishin.visible = false $Fishin.visible = false
$"Stock ticker".start() $"Stock ticker".start()
$"Microgame spawn timer".start()
$Clippette.visible = true
$"Score window (real)".visible = true