mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-11 14:16:01 +00:00
SFX
This commit is contained in:
parent
8f2aefa82b
commit
f2670cb1e7
22 changed files with 236 additions and 9 deletions
|
|
@ -1,4 +1,7 @@
|
|||
[gd_resource type="AudioBusLayout" format=3 uid="uid://clblu7fse2pjy"]
|
||||
[gd_resource type="AudioBusLayout" load_steps=2 format=3 uid="uid://clblu7fse2pjy"]
|
||||
|
||||
[sub_resource type="AudioEffectLimiter" id="AudioEffectLimiter_0f13h"]
|
||||
resource_name = "Limiter"
|
||||
|
||||
[resource]
|
||||
bus/1/name = &"Music"
|
||||
|
|
@ -13,6 +16,8 @@ bus/2/mute = false
|
|||
bus/2/bypass_fx = false
|
||||
bus/2/volume_db = 0.0
|
||||
bus/2/send = &"Master"
|
||||
bus/2/effect/0/effect = SubResource("AudioEffectLimiter_0f13h")
|
||||
bus/2/effect/0/enabled = true
|
||||
bus/3/name = &"Voice"
|
||||
bus/3/solo = false
|
||||
bus/3/mute = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue