diff options
author | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-17 13:35:03 -0600 |
---|---|---|
committer | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-17 13:35:03 -0600 |
commit | 1fb86dcad569ea873bd94038386a8ab460c93ce2 (patch) | |
tree | 8a0498937bfd8645e4ea2bcb77b209c59fa6fe9e /scenes/microgames/fishin/node_2d.tscn | |
parent | c53e6a2afd5f8eb85ad9dbd62d18a96c79865931 (diff) |
Oops I only committed the sounds (what is git amend)
Diffstat (limited to 'scenes/microgames/fishin/node_2d.tscn')
-rw-r--r-- | scenes/microgames/fishin/node_2d.tscn | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/scenes/microgames/fishin/node_2d.tscn b/scenes/microgames/fishin/node_2d.tscn index 0c23b7c..3f6f3b4 100644 --- a/scenes/microgames/fishin/node_2d.tscn +++ b/scenes/microgames/fishin/node_2d.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=26 format=3 uid="uid://c4s4pigu4pr48"] +[gd_scene load_steps=29 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"] @@ -22,6 +22,9 @@ [ext_resource type="Texture2D" uid="uid://dobgdcs2lkbwn" path="res://scenes/microgames/fishin/AnglerFish.png" id="19_64si4"] [ext_resource type="Texture2D" uid="uid://bi8wwmpxdr1sg" path="res://scenes/microgames/fishin/Moby-Dick.png" id="20_emk52"] [ext_resource type="Texture2D" uid="uid://bquf4lqso1h0e" path="res://scenes/microgames/fishin/LeapingSmackerel.png" id="21_mppni"] +[ext_resource type="AudioStream" uid="uid://wtoxhk0tf8ev" path="res://funny_sounds/Cat Meow - Minecraft Sound Effect (HD).mp3" id="23_2n5pw"] +[ext_resource type="AudioStream" uid="uid://cr34g4np4h508" path="res://funny_sounds/boney boark.mp3" id="24_rbg0g"] +[ext_resource type="AudioStream" uid="uid://keguv7ldvk2e" path="res://funny_sounds/THE LEAPING SMACKEREL.mp3" id="25_qmt08"] [sub_resource type="Animation" id="Animation_bep6n"] length = 0.001 @@ -334,6 +337,15 @@ stream = ExtResource("12_4oxp1") [node name="Fart" type="AudioStreamPlayer" parent="."] stream = ExtResource("13_kxv5l") +[node name="Meow" type="AudioStreamPlayer" parent="."] +stream = ExtResource("23_2n5pw") + +[node name="Bark" type="AudioStreamPlayer" parent="."] +stream = ExtResource("24_rbg0g") + +[node name="THE LEAPING SMACKEREL!" type="AudioStreamPlayer" parent="."] +stream = ExtResource("25_qmt08") + [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"] |