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.tscn | |
parent | 49da4da8a2805d93994d6ff317101dd48fbecf2b (diff) |
Proof of concept (specialized generalized fish)
Diffstat (limited to 'scenes/main.tscn')
-rw-r--r-- | scenes/main.tscn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scenes/main.tscn b/scenes/main.tscn index c805906..e6d1ef1 100644 --- a/scenes/main.tscn +++ b/scenes/main.tscn @@ -343,4 +343,5 @@ scale = Vector2(1, 1) [connection signal="donezo" from="Score window (real)/Score window" to="." method="_on_score_window_donezo"] [connection signal="buy" from="Stock ticker" to="Score window (real)/Score window" method="_on_stock_ticker_buy"] [connection signal="sell" from="Stock ticker" to="Score window (real)/Score window" method="_on_stock_ticker_sell"] +[connection signal="fish_chosen" from="Fishin" to="Stock ticker" method="_on_fishin_fish_chosen"] [connection signal="win" from="Fishin" to="." method="_on_fishin_win"] |