diff options
author | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-17 11:41:57 -0600 |
---|---|---|
committer | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-17 11:41:57 -0600 |
commit | a969c365be7ac251ff8717d59860739f7b7c7610 (patch) | |
tree | 7684b6eff7acb3a2984ebff61fbe4efb855575a5 /scenes/main.tscn | |
parent | 1bba8f26cbd58d9bd853cc12662bd4df35c3c150 (diff) |
Integrate game over screen oh god
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 04ad445..1c105ff 100644 --- a/scenes/main.tscn +++ b/scenes/main.tscn @@ -339,6 +339,7 @@ $00000000000000000000" position = Vector2(0, 0) [connection signal="timeout" from="Microgame spawn timer" to="." method="_on_microgame_spawn_timer_timeout"] +[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="win" from="Fishin" to="." method="_on_fishin_win"] |