Add ROBLOX_OOF.MP3

This commit is contained in:
Zoey Kitt 2024-11-16 19:49:31 -06:00
parent a472a32117
commit 760420412d
4 changed files with 30 additions and 1 deletions

Binary file not shown.

View file

@ -0,0 +1,19 @@
[remap]
importer="mp3"
type="AudioStreamMP3"
uid="uid://beunakwyi8i82"
path="res://.godot/imported/ROBLOX Oof Sound Effect.mp3-8624320351dd8252c06c13358f68da4e.mp3str"
[deps]
source_file="res://funny_sounds/ROBLOX Oof Sound Effect.mp3"
dest_files=["res://.godot/imported/ROBLOX Oof Sound Effect.mp3-8624320351dd8252c06c13358f68da4e.mp3str"]
[params]
loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4

View file

@ -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:

View file

@ -1,4 +1,4 @@
[gd_scene load_steps=15 format=3 uid="uid://c4s4pigu4pr48"]
[gd_scene load_steps=17 format=3 uid="uid://c4s4pigu4pr48"]
[ext_resource type="Texture2D" uid="uid://voruypgyi77e" path="res://scenes/stockticker/UI-Background-Colour.png" id="1_cxqat"]
[ext_resource type="Script" path="res://scenes/microgames/fishin/fishin.gd" id="1_srw8b"]
@ -11,6 +11,8 @@
[ext_resource type="Texture2D" uid="uid://d4kyih3ivlqqc" path="res://scenes/microgames/fishin/KibbbySad.png" id="9_blola"]
[ext_resource type="Texture2D" uid="uid://dcvie7ynwdfui" path="res://scenes/microgames/fishin/KibbbyHappy.png" id="10_1il5r"]
[ext_resource type="Texture2D" uid="uid://dpp7abs35p6i5" path="res://scenes/stockticker/fishe/gar.png" id="11_gjj1w"]
[ext_resource type="AudioStream" uid="uid://c6021mckr08w5" path="res://funny_sounds/Yippee - Meme Sound Effect.mp3" id="12_4oxp1"]
[ext_resource type="AudioStream" uid="uid://beunakwyi8i82" path="res://funny_sounds/ROBLOX Oof Sound Effect.mp3" id="13_kxv5l"]
[sub_resource type="Animation" id="Animation_bep6n"]
length = 0.001
@ -140,6 +142,12 @@ wait_time = 3.0
[node name="Success" type="Timer" parent="."]
wait_time = 3.0
[node name="Yippee!" type="AudioStreamPlayer" parent="."]
stream = ExtResource("12_4oxp1")
[node name="Fart" type="AudioStreamPlayer" parent="."]
stream = ExtResource("13_kxv5l")
[connection signal="button_up" from="TextureButton" to="." method="_on_texture_button_button_up"]
[connection signal="timeout" from="StartGame" to="." method="_on_start_game_timeout"]
[connection signal="timeout" from="InGame" to="." method="_on_in_game_timeout"]