aboutsummaryrefslogtreecommitdiffstats
path: root/Nodes/game.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'Nodes/game.tscn')
-rw-r--r--Nodes/game.tscn8
1 files changed, 4 insertions, 4 deletions
diff --git a/Nodes/game.tscn b/Nodes/game.tscn
index e97ba1b..84263a0 100644
--- a/Nodes/game.tscn
+++ b/Nodes/game.tscn
@@ -1,8 +1,7 @@
[gd_scene load_steps=4 format=3 uid="uid://cu0s2nljmac8c"]
[ext_resource type="Script" path="res://Scripts/game.gd" id="1_1dait"]
-
-[sub_resource type="AudioStream" id="AudioStream_n3sou"]
+[ext_resource type="AudioStream" uid="uid://b3saof3ftqyxw" path="res://Assets/sound/Komiku_-_58_-_Universe_big_takedown.mp3" id="2_m58v4"]
[sub_resource type="LabelSettings" id="LabelSettings_ylef8"]
font_size = 64
@@ -11,8 +10,9 @@ font_size = 64
script = ExtResource("1_1dait")
[node name="JinglePlayer" type="AudioStreamPlayer2D" parent="."]
-stream = SubResource("AudioStream_n3sou")
-volume_db = 1.0
+process_mode = 3
+stream = ExtResource("2_m58v4")
+autoplay = true
[node name="Evaluation" type="Control" parent="."]
visible = false