From 760420412d591155c319f17d1a01d7edf7e5c01b Mon Sep 17 00:00:00 2001 From: Zoey Kitt Date: Sat, 16 Nov 2024 19:49:31 -0600 Subject: Add ROBLOX_OOF.MP3 --- scenes/microgames/fishin/fishin.gd | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scenes/microgames/fishin/fishin.gd') diff --git a/scenes/microgames/fishin/fishin.gd b/scenes/microgames/fishin/fishin.gd index 6d53964..3a7a704 100644 --- a/scenes/microgames/fishin/fishin.gd +++ b/scenes/microgames/fishin/fishin.gd @@ -69,6 +69,7 @@ func _on_texture_button_button_up() -> void: in_game_timer.stop() in_game_timer.wait_time = IN_GAME_WAIT_TIME success_timer.start() + $"Yippee!".play() func _on_start_game_timeout() -> void: @@ -108,6 +109,7 @@ func _on_in_game_timeout() -> void: in_game_timer.stop() succfail_timer.start() + $"Fart".play() func _on_success_fail_timeout() -> void: -- cgit v1.2.3