diff options
author | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-17 15:03:36 -0600 |
---|---|---|
committer | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-17 15:03:36 -0600 |
commit | 5283cc1d097b67c681e0eee80e2d85e7424a0d5c (patch) | |
tree | c3bdbf8c638a75eec285573ddc4199fc788306f1 /scenes/main.tscn | |
parent | d267483d31c93e6070badbc5f22ff300a9349d1a (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 6c1f5ff..4de6e4f 100644 --- a/scenes/main.tscn +++ b/scenes/main.tscn @@ -351,4 +351,5 @@ stream = ExtResource("12_xycxa") [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"] |