summaryrefslogtreecommitdiff
path: root/scenes/main.gd
diff options
context:
space:
mode:
authorZoey Kitt <zoey.kitt@outlook.com>2024-11-17 12:42:19 -0600
committerZoey Kitt <zoey.kitt@outlook.com>2024-11-17 12:42:19 -0600
commit70cd632978bc185484c2e8b0d0fd3ad1caa90001 (patch)
tree07a1dd30646bfcc055093eadd964a31d9c3eb3dd /scenes/main.gd
parent2546d0182056455fc84b2c28b875867ef97381d1 (diff)
Give Clippette some good old fashioned intro dialogue
Diffstat (limited to 'scenes/main.gd')
-rw-r--r--scenes/main.gd1
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