diff options
author | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-17 12:42:19 -0600 |
---|---|---|
committer | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-17 12:42:19 -0600 |
commit | 70cd632978bc185484c2e8b0d0fd3ad1caa90001 (patch) | |
tree | 07a1dd30646bfcc055093eadd964a31d9c3eb3dd /scenes/main.gd | |
parent | 2546d0182056455fc84b2c28b875867ef97381d1 (diff) |
Give Clippette some good old fashioned intro dialogue
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 |