summaryrefslogtreecommitdiff
path: root/scenes/main.tscn
diff options
context:
space:
mode:
authorZoey Kitt <zoey.kitt@outlook.com>2024-11-17 14:56:47 -0600
committerZoey Kitt <zoey.kitt@outlook.com>2024-11-17 14:56:47 -0600
commit2060290b523646636bc3d46416c7fcc30311ed94 (patch)
tree1196ed10af0c08643c4141fc5830fa91b69abda7 /scenes/main.tscn
parent4835e089da250e17baec9131ceb950bd5a8d7641 (diff)
Don't spawn microgames until Clippette's done talking
Diffstat (limited to 'scenes/main.tscn')
-rw-r--r--scenes/main.tscn1
1 files changed, 1 insertions, 0 deletions
diff --git a/scenes/main.tscn b/scenes/main.tscn
index e6d1ef1..770e6db 100644
--- a/scenes/main.tscn
+++ b/scenes/main.tscn
@@ -340,6 +340,7 @@ position = Vector2(0, 0)
scale = Vector2(1, 1)
[connection signal="timeout" from="Microgame spawn timer" to="." method="_on_microgame_spawn_timer_timeout"]
+[connection signal="intro_finished" from="Clippette" to="." method="_on_clippette_intro_finished"]
[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"]