mirror of https://github.com/ppy/osu
Temp default smoke scale/rotation anims
This commit is contained in:
parent
8474335aea
commit
3eb28881e4
|
@ -58,15 +58,9 @@ protected override Color4 PointColor(SmokePoint point)
|
|||
return color;
|
||||
}
|
||||
|
||||
protected override float PointScale(SmokePoint point)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
protected override float PointScale(SmokePoint point) => 1f;
|
||||
|
||||
protected override Vector2 PointDirection(SmokePoint point)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
protected override Vector2 PointDirection(SmokePoint point) => point.Direction;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue