mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:33:30 +08:00
Publicize legacy coordinates container and sprite scale
This commit is contained in:
parent
97f56340af
commit
e4afe717d5
@ -16,7 +16,7 @@ namespace osu.Game.Rulesets.Osu.Skinning.Legacy
|
||||
{
|
||||
public abstract class LegacySpinner : CompositeDrawable
|
||||
{
|
||||
protected const float SPRITE_SCALE = 0.625f;
|
||||
public const float SPRITE_SCALE = 0.625f;
|
||||
|
||||
protected DrawableSpinner DrawableSpinner { get; private set; }
|
||||
|
||||
@ -134,7 +134,7 @@ namespace osu.Game.Rulesets.Osu.Skinning.Legacy
|
||||
/// A <see cref="Container"/> simulating osu!stable's absolute screen-space,
|
||||
/// for perfect placements of legacy spinner components with legacy coordinates.
|
||||
/// </summary>
|
||||
protected class LegacyCoordinatesContainer : Container
|
||||
public class LegacyCoordinatesContainer : Container
|
||||
{
|
||||
/// <summary>
|
||||
/// An offset that simulates stable's spinner top offset,
|
||||
|
Loading…
Reference in New Issue
Block a user