From a472a321179268710722232ee61aa04b369c627c Mon Sep 17 00:00:00 2001 From: Zoey Kitt Date: Sat, 16 Nov 2024 19:38:06 -0600 Subject: Make the fishing minigame transition into stonks --- scenes/main.gd | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scenes/main.gd') diff --git a/scenes/main.gd b/scenes/main.gd index 6949a8c..5349cf4 100644 --- a/scenes/main.gd +++ b/scenes/main.gd @@ -35,3 +35,8 @@ func _on_microgame_spawn_timer_timeout() -> void: func _on_microgame_win(window: MicrogameWindow): print("yay") + + +func _on_fishin_win() -> void: + $Fishin.visible = false + $"Stock ticker".start() -- cgit v1.2.3