diff options
author | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-17 13:06:44 -0600 |
---|---|---|
committer | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-17 13:06:44 -0600 |
commit | 1b7ea447c0459893dc9240ad7f4ceeef2dd3189f (patch) | |
tree | 637f87949b6110d1a59016947f5457b99095fde6 /scenes/main.gd | |
parent | 49da4da8a2805d93994d6ff317101dd48fbecf2b (diff) |
Proof of concept (specialized generalized fish)
Diffstat (limited to 'scenes/main.gd')
-rw-r--r-- | scenes/main.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scenes/main.gd b/scenes/main.gd index bfee6d1..4600689 100644 --- a/scenes/main.gd +++ b/scenes/main.gd @@ -44,7 +44,7 @@ func _on_fishin_win() -> void: $Clippette.visible = true $Clippette.start_dialogue() $"Score window (real)".visible = true - + func _on_score_window_donezo() -> void: for child in get_children(): |