111
This commit is contained in:
@@ -46,7 +46,6 @@ namespace Ichni.RhythmGame.ThemeBundles.DepartureToMultiverse
|
||||
{
|
||||
float e = AnimationCurveEvaluator.Evaluate(AnimationCurveType.OutQuad, effectProgressPercent);
|
||||
float alpha = (1 - e) / 3f;
|
||||
Debug.Log(alpha);
|
||||
|
||||
foreach (var renderer in noteRenderers)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user