mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Add test for loading spinner with box
This commit is contained in:
@ -34,7 +34,7 @@ namespace osu.Game.Tests.Visual.UserInterface
|
|||||||
Colour = Color4.White,
|
Colour = Color4.White,
|
||||||
RelativeSizeAxes = Axes.Both
|
RelativeSizeAxes = Axes.Both
|
||||||
},
|
},
|
||||||
loading = new LoadingSpinner()
|
loading = new LoadingSpinner(true)
|
||||||
});
|
});
|
||||||
|
|
||||||
loading.Show();
|
loading.Show();
|
||||||
|
Reference in New Issue
Block a user