added menu music
This commit is contained in:
parent
62b6f4ae51
commit
43e8e261ca
3 changed files with 29 additions and 2 deletions
BIN
assets/sounds/music/death_by_waveshaper_menumusic.wav
(Stored with Git LFS)
Normal file
BIN
assets/sounds/music/death_by_waveshaper_menumusic.wav
(Stored with Git LFS)
Normal file
Binary file not shown.
24
assets/sounds/music/death_by_waveshaper_menumusic.wav.import
Normal file
24
assets/sounds/music/death_by_waveshaper_menumusic.wav.import
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="wav"
|
||||||
|
type="AudioStreamWAV"
|
||||||
|
uid="uid://cjrdldlggqggn"
|
||||||
|
path="res://.godot/imported/death_by_waveshaper_menumusic.wav-0b9c2e6262a2c51148aea5e15e6b7aec.sample"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://assets/sounds/music/death_by_waveshaper_menumusic.wav"
|
||||||
|
dest_files=["res://.godot/imported/death_by_waveshaper_menumusic.wav-0b9c2e6262a2c51148aea5e15e6b7aec.sample"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
force/8_bit=false
|
||||||
|
force/mono=false
|
||||||
|
force/max_rate=false
|
||||||
|
force/max_rate_hz=44100
|
||||||
|
edit/trim=false
|
||||||
|
edit/normalize=false
|
||||||
|
edit/loop_mode=0
|
||||||
|
edit/loop_begin=0
|
||||||
|
edit/loop_end=-1
|
||||||
|
compress/mode=0
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
[ext_resource type="Script" path="res://src/gui/menu/main.gd" id="1_p5r7q"]
|
[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="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="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"]
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_2u7je"]
|
||||||
bg_color = Color(1, 1, 1, 1)
|
bg_color = Color(1, 1, 1, 1)
|
||||||
|
@ -296,7 +296,7 @@ focus_neighbor_bottom = NodePath("../StartButton")
|
||||||
text = "BACK"
|
text = "BACK"
|
||||||
|
|
||||||
[node name="MenuMusic" type="AudioStreamPlayer" parent="."]
|
[node name="MenuMusic" type="AudioStreamPlayer" parent="."]
|
||||||
stream = ExtResource("2_yc480")
|
stream = ExtResource("4_oms0n")
|
||||||
volume_db = -29.953
|
volume_db = -29.953
|
||||||
autoplay = true
|
autoplay = true
|
||||||
bus = &"Music"
|
bus = &"Music"
|
||||||
|
|
Loading…
Reference in a new issue