diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-11-17 13:23:27 -0600 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-11-17 13:23:27 -0600 |
commit | cdbde9eb18e83daa99142324f6053a4aa51f4eb6 (patch) | |
tree | 9e72c134bbe514d39ae680181d7bc965eeb5ba24 /scenes/title.tscn | |
parent | 49da4da8a2805d93994d6ff317101dd48fbecf2b (diff) |
add really bad music
Diffstat (limited to 'scenes/title.tscn')
-rw-r--r-- | scenes/title.tscn | 7 |
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"] |