Add sounds on joining and leaving skirmish menu

This commit is contained in:
Gustas
2024-08-29 22:23:24 +03:00
committed by Matthias Mailänder
parent ec4449f092
commit b070c0818f
4 changed files with 15 additions and 0 deletions

View File

@@ -129,6 +129,12 @@ Sounds:
EnablePower: bleep12
ChatLine: rabeep1
InterruptType: Interrupt
PlayerJoined: bleep11
InterruptType: Interrupt
LobbyOptionChanged: bleep17
InterruptType: Interrupt
PlayerLeft: bleep12
InterruptType: Interrupt
ClickSound: ramenu1
InterruptType: Overlap
ClickDisabledSound:

View File

@@ -14,3 +14,6 @@ Metrics:
IncompatibleProtectedGameColor: B22222
IncompatibleVersionColor: D3D3D3
TextfieldColorHighlight: 562020
PlayerJoinedSound: PlayerJoined
LobbyOptionChangedSound: LobbyOptionChanged
PlayerLeftSound: PlayerLeft