summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoey Kitt <zoey.kitt@outlook.com>2024-11-16 19:56:44 -0600
committerZoey Kitt <zoey.kitt@outlook.com>2024-11-16 19:56:44 -0600
commit47c6fcc3b0ae7d79c29f1a4bfbfc5f12d44d3254 (patch)
treeb584b371a4da604773ed1adbad2567d23103c652
parent760420412d591155c319f17d1a01d7edf7e5c01b (diff)
Restart the silliness after winning fishing
-rw-r--r--scenes/main.gd3
1 files changed, 3 insertions, 0 deletions
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