mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 18:42:56 +08:00
Temp default smoke scale/rotation anims
This commit is contained in:
parent
8474335aea
commit
3eb28881e4
@ -58,15 +58,9 @@ namespace osu.Game.Rulesets.Osu.Skinning.Default
|
|||||||
return color;
|
return color;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override float PointScale(SmokePoint point)
|
protected override float PointScale(SmokePoint point) => 1f;
|
||||||
{
|
|
||||||
throw new NotImplementedException();
|
|
||||||
}
|
|
||||||
|
|
||||||
protected override Vector2 PointDirection(SmokePoint point)
|
protected override Vector2 PointDirection(SmokePoint point) => point.Direction;
|
||||||
{
|
|
||||||
throw new NotImplementedException();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user