added nice sfx and fixed killing spree sfx

This commit is contained in:
Kim, Jimin 2021-09-07 16:41:04 +09:00
parent ba6237c818
commit 679205fb75
3 changed files with 3 additions and 2 deletions

View file

@ -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

Binary file not shown.