Reduce volume of ending song

This commit is contained in:
Kienan Stewart 2022-04-03 20:16:44 -04:00
parent 61715877a2
commit b35edc662a
2 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,7 @@ var reinforcements_coords = []
var reinforcement_buff = null
const on_ai_lose_piece = {
50: "/root/Game/Huh",
0: "/root/Game/Huh",
75: "/root/Game/StopThat",
90: "/root/Game/Yammering",
}

View File

@ -129,6 +129,7 @@ valign = 1
[node name="EndSong" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 6 )
volume_db = -15.46
[node name="Yammering" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 9 )