note for sfx

This commit is contained in:
minenice55 2022-06-11 00:07:51 -04:00
parent b8998e1944
commit aef7744062
2 changed files with 6 additions and 1 deletions

View file

@ -56,7 +56,10 @@ namespace HeavenStudio.Games.Loaders
},
inactiveFunction: delegate { var e = eventCaller.currentEntity; FanClub.SetPerformanceType(e.type); }
),
});
},
new List<string>() {"ntr", "normal"},
"ntridol"
);
}
}
}

View file

@ -107,6 +107,8 @@ namespace HeavenStudio.Util
return null;
}
//TODO: playing sounds from assetbundles
public static void KillLoop(Sound source, float fadeTime)
{
// Safeguard against previously-destroyed sounds.