summaryrefslogtreecommitdiff
path: root/scenes/title.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'scenes/title.tscn')
-rw-r--r--scenes/title.tscn7
1 files changed, 6 insertions, 1 deletions
diff --git a/scenes/title.tscn b/scenes/title.tscn
index 062bbe1..efb165e 100644
--- a/scenes/title.tscn
+++ b/scenes/title.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=46 format=3 uid="uid://bhcfvjkkpmtr4"]
+[gd_scene load_steps=47 format=3 uid="uid://uqljciqhbulx"]
[ext_resource type="Script" path="res://scenes/title.gd" id="1_q3sds"]
[ext_resource type="Texture2D" uid="uid://bmgnk2m8rj1n1" path="res://UI/StartScreen.png" id="1_xa24a"]
@@ -6,6 +6,7 @@
[ext_resource type="Texture2D" uid="uid://dje61ck7cl66a" path="res://UI/minimizebuttonpressed.png" id="3_oa4rs"]
[ext_resource type="Texture2D" uid="uid://brlgi3g1hy155" path="res://UI/xbuttonpressed.png" id="4_ugbiu"]
[ext_resource type="Texture2D" uid="uid://dohsqvvi8y64h" path="res://UI/fish-spinning-ezgif.com-gif-to-sprite-converter.png" id="5_8ouym"]
+[ext_resource type="AudioStream" uid="uid://c5ttuq4i387on" path="res://funny_sounds/wiimote-ass-music.mp3" id="7_y1ddr"]
[sub_resource type="AtlasTexture" id="AtlasTexture_uyge7"]
atlas = ExtResource("5_8ouym")
@@ -319,6 +320,10 @@ scale = Vector2(0.0416667, 0.0740741)
sprite_frames = SubResource("SpriteFrames_fosgy")
autoplay = "default"
+[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
+stream = ExtResource("7_y1ddr")
+autoplay = true
+
[connection signal="pressed" from="Start" to="." method="_on_start_pressed"]
[connection signal="button_up" from="Minimize" to="." method="_on_minimize_button_up"]
[connection signal="button_up" from="Close" to="." method="_on_close_button_up"]