Add sounds on joining and leaving skirmish menu
This commit is contained in:
committed by
Matthias Mailänder
parent
ec4449f092
commit
b070c0818f
@@ -65,6 +65,10 @@ Sounds:
|
|||||||
InterruptType: Overlap
|
InterruptType: Overlap
|
||||||
ChatLine: scold1
|
ChatLine: scold1
|
||||||
InterruptType: Interrupt
|
InterruptType: Interrupt
|
||||||
|
LobbyOptionChanged: beepy3
|
||||||
|
InterruptType: Interrupt
|
||||||
|
PlayerLeft: country1
|
||||||
|
InterruptType: Interrupt
|
||||||
ClickDisabledSound: scold2
|
ClickDisabledSound: scold2
|
||||||
InterruptType: Overlap
|
InterruptType: Overlap
|
||||||
ClickSound: button
|
ClickSound: button
|
||||||
|
|||||||
@@ -4,3 +4,5 @@ Metrics:
|
|||||||
ButtonDepth: 0
|
ButtonDepth: 0
|
||||||
ButtonFont: Bold
|
ButtonFont: Bold
|
||||||
TextfieldColorHighlight: 800000
|
TextfieldColorHighlight: 800000
|
||||||
|
LobbyOptionChangedSound: LobbyOptionChanged
|
||||||
|
PlayerLeftSound: PlayerLeft
|
||||||
|
|||||||
@@ -129,6 +129,12 @@ Sounds:
|
|||||||
EnablePower: bleep12
|
EnablePower: bleep12
|
||||||
ChatLine: rabeep1
|
ChatLine: rabeep1
|
||||||
InterruptType: Interrupt
|
InterruptType: Interrupt
|
||||||
|
PlayerJoined: bleep11
|
||||||
|
InterruptType: Interrupt
|
||||||
|
LobbyOptionChanged: bleep17
|
||||||
|
InterruptType: Interrupt
|
||||||
|
PlayerLeft: bleep12
|
||||||
|
InterruptType: Interrupt
|
||||||
ClickSound: ramenu1
|
ClickSound: ramenu1
|
||||||
InterruptType: Overlap
|
InterruptType: Overlap
|
||||||
ClickDisabledSound:
|
ClickDisabledSound:
|
||||||
|
|||||||
@@ -14,3 +14,6 @@ Metrics:
|
|||||||
IncompatibleProtectedGameColor: B22222
|
IncompatibleProtectedGameColor: B22222
|
||||||
IncompatibleVersionColor: D3D3D3
|
IncompatibleVersionColor: D3D3D3
|
||||||
TextfieldColorHighlight: 562020
|
TextfieldColorHighlight: 562020
|
||||||
|
PlayerJoinedSound: PlayerJoined
|
||||||
|
LobbyOptionChangedSound: LobbyOptionChanged
|
||||||
|
PlayerLeftSound: PlayerLeft
|
||||||
|
|||||||
Reference in New Issue
Block a user