diff options
author | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-16 14:03:25 -0600 |
---|---|---|
committer | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-16 14:03:25 -0600 |
commit | c8ae63405f594d5fca1518283c68e719602a55d8 (patch) | |
tree | 836a219caa3ee15a0b33a7aa949230bffccd8eba /scenes/main.tscn | |
parent | 1a3455015d18921de0b037dcfd8a9b44a5e4e874 (diff) |
Oh my god it's gameplay
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 7156bd7..c2c58b1 100644 --- a/scenes/main.tscn +++ b/scenes/main.tscn @@ -33,3 +33,4 @@ size = Vector2i(1280, 720) [connection signal="timeout" from="Microgame spawn timer" to="." method="_on_microgame_spawn_timer_timeout"] [connection signal="buy" from="Window/Stock ticker" to="." method="_on_stock_ticker_buy"] +[connection signal="sell" from="Window/Stock ticker" to="." method="_on_stock_ticker_sell"] |