Rename LoadingAnimation to LoadingSpinner

This commit is contained in:
Dean Herbert
2020-02-21 15:33:31 +09:00
parent 623b78d675
commit 92f6f0207c
14 changed files with 37 additions and 37 deletions

View File

@ -53,7 +53,7 @@ namespace osu.Game.Screens.Play
private readonly WorkingBeatmap beatmap;
private readonly Bindable<IReadOnlyList<Mod>> mods;
private readonly Drawable facade;
private LoadingAnimation loading;
private LoadingSpinner loading;
private Sprite backgroundSprite;
public IBindable<IReadOnlyList<Mod>> Mods => mods;
@ -138,7 +138,7 @@ namespace osu.Game.Screens.Play
Anchor = Anchor.Centre,
FillMode = FillMode.Fill,
},
loading = new LoadingAnimation { Scale = new Vector2(1.3f) }
loading = new LoadingSpinner { Scale = new Vector2(1.3f) }
}
},
new OsuSpriteText