diff options
author | perivesta <> | 2023-07-09 17:22:50 +0200 |
---|---|---|
committer | perivesta <> | 2023-07-09 17:22:50 +0200 |
commit | ed34022bfcee20f8679927dcbd360679cd645db4 (patch) | |
tree | 5003b41075851e5f3d79c28b75db059aa6549d4d /Nodes/game.tscn | |
parent | 9f735f15d6ddd2a635b097156e3fa573f5a6a3b0 (diff) | |
download | 2023-ed34022bfcee20f8679927dcbd360679cd645db4.tar.gz 2023-ed34022bfcee20f8679927dcbd360679cd645db4.tar.bz2 2023-ed34022bfcee20f8679927dcbd360679cd645db4.zip |
add music
Diffstat (limited to '')
-rw-r--r-- | Nodes/game.tscn | 8 |
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 |