added nice sfx and fixed killing spree sfx
This commit is contained in:
parent
ba6237c818
commit
679205fb75
3 changed files with 3 additions and 2 deletions
|
@ -31,9 +31,10 @@ namespace WBM
|
|||
private Dictionary<int, string> killStreakSFXDictionary = new Dictionary<int, string>()
|
||||
{
|
||||
{10, "rampage"},
|
||||
{20,"killing spree"},
|
||||
{20, "killing spree"},
|
||||
{30, "unstoppable"},
|
||||
{50, "godlike"}
|
||||
{50, "godlike"},
|
||||
{69, "nice"},
|
||||
};
|
||||
|
||||
private FieldInfo showEloOnLeaderboardRef;
|
||||
|
|
BIN
assets/audio/nice.wav
Normal file
BIN
assets/audio/nice.wav
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue