summaryrefslogtreecommitdiff
path: root/scenes
diff options
context:
space:
mode:
Diffstat (limited to 'scenes')
-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