summaryrefslogtreecommitdiff
path: root/scenes/main.tscn
diff options
context:
space:
mode:
authorJacob Janzen <jacob.a.s.janzen@gmail.com>2024-11-17 14:54:34 -0600
committerJacob Janzen <jacob.a.s.janzen@gmail.com>2024-11-17 14:54:34 -0600
commitd267483d31c93e6070badbc5f22ff300a9349d1a (patch)
tree3f4027e7bdac84bf451b11d7d2bb053e65ef3c0f /scenes/main.tscn
parent8ccae5aad9d896d3ec4a4684c30ae35f14794569 (diff)
add losing sound effect
Diffstat (limited to 'scenes/main.tscn')
-rw-r--r--scenes/main.tscn8
1 files changed, 6 insertions, 2 deletions
diff --git a/scenes/main.tscn b/scenes/main.tscn
index 4b71867..6c1f5ff 100644
--- a/scenes/main.tscn
+++ b/scenes/main.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=51 format=3 uid="uid://d06d1vihf2oqp"]
+[gd_scene load_steps=52 format=3 uid="uid://d06d1vihf2oqp"]
[ext_resource type="Texture2D" uid="uid://b03ygtrwha22g" path="res://taytay/IMG_5199.jpeg" id="1_o2s48"]
[ext_resource type="Script" path="res://scenes/main.gd" id="1_y7a0r"]
@@ -11,6 +11,7 @@
[ext_resource type="Texture2D" uid="uid://dohsqvvi8y64h" path="res://UI/fish-spinning-ezgif.com-gif-to-sprite-converter.png" id="8_oj2tc"]
[ext_resource type="PackedScene" uid="uid://c4s4pigu4pr48" path="res://scenes/microgames/fishin/node_2d.tscn" id="10_sx2ad"]
[ext_resource type="AudioStream" uid="uid://di3mxkflh6a3o" path="res://funny_sounds/gamblecore.mp3" id="11_33353"]
+[ext_resource type="AudioStream" uid="uid://b45557wwianh8" path="res://funny_sounds/Super Mario 64 (Waaah) - Sound effect.mp3" id="12_xycxa"]
[sub_resource type="AtlasTexture" id="AtlasTexture_uyge7"]
atlas = ExtResource("8_oj2tc")
@@ -340,9 +341,12 @@ $00000000000000000000"
position = Vector2(0, 0)
scale = Vector2(1, 1)
-[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
+[node name="Music" type="AudioStreamPlayer" parent="."]
stream = ExtResource("11_33353")
+[node name="LosingSoundEffect" type="AudioStreamPlayer" parent="."]
+stream = ExtResource("12_xycxa")
+
[connection signal="timeout" from="Microgame spawn timer" to="." method="_on_microgame_spawn_timer_timeout"]
[connection signal="donezo" from="Score window (real)/Score window" to="." method="_on_score_window_donezo"]
[connection signal="buy" from="Stock ticker" to="Score window (real)/Score window" method="_on_stock_ticker_buy"]