diff options
Diffstat (limited to 'scenes/main.gd')
-rw-r--r-- | scenes/main.gd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scenes/main.gd b/scenes/main.gd index c249270..bfee6d1 100644 --- a/scenes/main.gd +++ b/scenes/main.gd @@ -42,6 +42,7 @@ func _on_fishin_win() -> void: $"Stock ticker".start() $"Microgame spawn timer".start() $Clippette.visible = true + $Clippette.start_dialogue() $"Score window (real)".visible = true |