From 70cd632978bc185484c2e8b0d0fd3ad1caa90001 Mon Sep 17 00:00:00 2001 From: Zoey Kitt Date: Sun, 17 Nov 2024 12:42:19 -0600 Subject: Give Clippette some good old fashioned intro dialogue --- scenes/main.gd | 1 + 1 file changed, 1 insertion(+) (limited to 'scenes/main.gd') 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 -- cgit v1.2.3