diff options
author | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-16 19:49:31 -0600 |
---|---|---|
committer | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-16 19:49:31 -0600 |
commit | 760420412d591155c319f17d1a01d7edf7e5c01b (patch) | |
tree | f0a6ac20cd4de45418a90fd3d14f2a497061056b /scenes/microgames/fishin/fishin.gd | |
parent | a472a321179268710722232ee61aa04b369c627c (diff) |
Add ROBLOX_OOF.MP3
Diffstat (limited to 'scenes/microgames/fishin/fishin.gd')
-rw-r--r-- | scenes/microgames/fishin/fishin.gd | 2 |
1 files changed, 2 insertions, 0 deletions
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: |