diff options
Diffstat (limited to 'scenes/main.tscn')
-rw-r--r-- | scenes/main.tscn | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/scenes/main.tscn b/scenes/main.tscn index 770e6db..9191200 100644 --- a/scenes/main.tscn +++ b/scenes/main.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=50 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"] @@ -10,6 +10,8 @@ [ext_resource type="Script" path="res://scenes/score_window/score_window.gd" id="6_gvoxs"] [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") @@ -339,6 +341,12 @@ $00000000000000000000" position = Vector2(0, 0) scale = Vector2(1, 1) +[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="intro_finished" from="Clippette" to="." method="_on_clippette_intro_finished"] [connection signal="donezo" from="Score window (real)/Score window" to="." method="_on_score_window_donezo"] |