osu/osu.Game.Rulesets.Osu/Skinning
Dean Herbert 2df4073946 `SpawnParticle` -> `CreateParticle` (and set time outside of `virtual` call)
Allows easier overriding (no need to call the `base.CreateParticle` call
and worry about overwriting the time value.
2021-09-16 16:52:46 +09:00
..
Default Move alpha adjustment back to `LegacySliderBody` to correctly handle default legacy skin 2021-09-01 15:10:56 +09:00
Legacy `SpawnParticle` -> `CreateParticle` (and set time outside of `virtual` call) 2021-09-16 16:52:46 +09:00
IHasApproachCircle.cs
NonPlayfieldSprite.cs
OsuSkinColour.cs Add `StarBreakAdditive` config support 2021-09-14 00:36:01 +02:00
OsuSkinConfiguration.cs