diff options
author | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-17 11:23:49 -0600 |
---|---|---|
committer | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-17 11:23:49 -0600 |
commit | 1bba8f26cbd58d9bd853cc12662bd4df35c3c150 (patch) | |
tree | 6f06aaab692a5ef6796a11466e965ac08cfc25a8 /scenes/main.tscn | |
parent | b2acf9c2f45838584a7d99f1c6fc90a4d09b7dbf (diff) |
Fix score display
Diffstat (limited to 'scenes/main.tscn')
-rw-r--r-- | scenes/main.tscn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scenes/main.tscn b/scenes/main.tscn index fa0bfb2..04ad445 100644 --- a/scenes/main.tscn +++ b/scenes/main.tscn @@ -339,4 +339,6 @@ $00000000000000000000" position = Vector2(0, 0) [connection signal="timeout" from="Microgame spawn timer" to="." method="_on_microgame_spawn_timer_timeout"] +[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="win" from="Fishin" to="." method="_on_fishin_win"] |