new channels
This commit is contained in:
parent
9ea457e21d
commit
a6374aa311
3 changed files with 13 additions and 1 deletions
|
@ -53,4 +53,13 @@ volume_db = -15.0
|
|||
[node name="Voice" type="AudioStreamPlayer" parent="."]
|
||||
volume_db = -5.0
|
||||
|
||||
[node name="SmallExplosion" type="AudioStreamPlayer" parent="."]
|
||||
volume_db = -24.0
|
||||
|
||||
[node name="MechHurt" type="AudioStreamPlayer" parent="."]
|
||||
volume_db = -10.0
|
||||
|
||||
[node name="MechShoot" type="AudioStreamPlayer" parent="."]
|
||||
volume_db = -20.0
|
||||
|
||||
[connection signal="finished" from="ShardSound" to="." method="_on_ShardSound_finished"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue