added menu music
This commit is contained in:
parent
62b6f4ae51
commit
43e8e261ca
3 changed files with 29 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
[ext_resource type="Script" path="res://src/gui/menu/main.gd" id="1_p5r7q"]
|
||||
[ext_resource type="Texture2D" uid="uid://dio3rrptd6w7c" path="res://assets/bg_90_bk.png" id="2_wi35g"]
|
||||
[ext_resource type="AudioStream" uid="uid://dh5jxxwim7ra8" path="res://assets/sounds/music/death_by_waveshaper.wav" id="2_yc480"]
|
||||
[ext_resource type="Texture2D" uid="uid://dy7it462po6a" path="res://assets/title.png" id="3_emwtx"]
|
||||
[ext_resource type="AudioStream" uid="uid://cjrdldlggqggn" path="res://assets/sounds/music/death_by_waveshaper_menumusic.wav" id="4_oms0n"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_2u7je"]
|
||||
bg_color = Color(1, 1, 1, 1)
|
||||
|
@ -296,7 +296,7 @@ focus_neighbor_bottom = NodePath("../StartButton")
|
|||
text = "BACK"
|
||||
|
||||
[node name="MenuMusic" type="AudioStreamPlayer" parent="."]
|
||||
stream = ExtResource("2_yc480")
|
||||
stream = ExtResource("4_oms0n")
|
||||
volume_db = -29.953
|
||||
autoplay = true
|
||||
bus = &"Music"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue