mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Temp default smoke scale/rotation anims
This commit is contained in:
@ -58,15 +58,9 @@ namespace osu.Game.Rulesets.Osu.Skinning.Default
|
||||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user