From 47c6fcc3b0ae7d79c29f1a4bfbfc5f12d44d3254 Mon Sep 17 00:00:00 2001 From: Zoey Kitt Date: Sat, 16 Nov 2024 19:56:44 -0600 Subject: Restart the silliness after winning fishing --- scenes/main.gd | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scenes') diff --git a/scenes/main.gd b/scenes/main.gd index 5349cf4..7ab90d5 100644 --- a/scenes/main.gd +++ b/scenes/main.gd @@ -40,3 +40,6 @@ func _on_microgame_win(window: MicrogameWindow): func _on_fishin_win() -> void: $Fishin.visible = false $"Stock ticker".start() + $"Microgame spawn timer".start() + $Clippette.visible = true + $"Score window (real)".visible = true -- cgit v1.2.3