Катсцена для первого дня
This commit is contained in:
parent
47df3f9165
commit
32f09f08f3
6 changed files with 126 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_resource type="AudioBusLayout" load_steps=5 format=3 uid="uid://l2ld5cr1ew0r"]
|
||||
[gd_resource type="AudioBusLayout" load_steps=6 format=3 uid="uid://l2ld5cr1ew0r"]
|
||||
|
||||
[sub_resource type="AudioEffectReverb" id="AudioEffectReverb_728t0"]
|
||||
resource_name = "Reverb"
|
||||
|
@ -16,6 +16,10 @@ room_size = 0.1
|
|||
resource_name = "StereoEnhance"
|
||||
surround = 1.0
|
||||
|
||||
[sub_resource type="AudioEffectReverb" id="AudioEffectReverb_g1p66"]
|
||||
resource_name = "Reverb"
|
||||
room_size = 0.1
|
||||
|
||||
[resource]
|
||||
bus/1/name = &"Music"
|
||||
bus/1/solo = false
|
||||
|
@ -43,3 +47,11 @@ bus/3/effect/0/effect = SubResource("AudioEffectReverb_y6xta")
|
|||
bus/3/effect/0/enabled = true
|
||||
bus/3/effect/1/effect = SubResource("AudioEffectStereoEnhance_2b60j")
|
||||
bus/3/effect/1/enabled = true
|
||||
bus/4/name = &"Spook"
|
||||
bus/4/solo = false
|
||||
bus/4/mute = false
|
||||
bus/4/bypass_fx = false
|
||||
bus/4/volume_db = 0.0
|
||||
bus/4/send = &"Master"
|
||||
bus/4/effect/0/effect = SubResource("AudioEffectReverb_g1p66")
|
||||
bus/4/effect/0/enabled = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue