1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 01:22:59 +08:00

Merge branch 'master' into test-scene-create-ruleset

This commit is contained in:
Dean Herbert 2020-06-12 19:40:12 +09:00
commit 273eb6f746

View File

@ -17,6 +17,8 @@ namespace osu.Game.Graphics.UserInterface
{
private readonly SpriteIcon spinner;
protected override bool StartHidden => true;
protected Container MainContents;
public const float TRANSITION_DURATION = 500;