mirror of
https://github.com/osukey/osukey.git
synced 2025-05-15 02:27:33 +09:00
CI fixes
This commit is contained in:
parent
4699a44608
commit
581689a84d
@ -7,7 +7,6 @@ using System.Collections.Generic;
|
|||||||
using osu.Game.Beatmaps.Timing;
|
using osu.Game.Beatmaps.Timing;
|
||||||
using OpenTK;
|
using OpenTK;
|
||||||
using osu.Framework.Graphics.Shapes;
|
using osu.Framework.Graphics.Shapes;
|
||||||
using OpenTK.Graphics;
|
|
||||||
using osu.Game.Graphics.Sprites;
|
using osu.Game.Graphics.Sprites;
|
||||||
using System;
|
using System;
|
||||||
using osu.Framework.Timing;
|
using osu.Framework.Timing;
|
||||||
@ -146,7 +145,7 @@ namespace osu.Game.Screens.Play
|
|||||||
Origin = Anchor.TopCentre,
|
Origin = Anchor.TopCentre,
|
||||||
Anchor = Anchor.TopCentre,
|
Anchor = Anchor.TopCentre,
|
||||||
Direction = FillDirection.Vertical,
|
Direction = FillDirection.Vertical,
|
||||||
Children = new InfoLine[]
|
Children = new []
|
||||||
{
|
{
|
||||||
new InfoLine(@"Accuracy", @"88.54%"),
|
new InfoLine(@"Accuracy", @"88.54%"),
|
||||||
new InfoLine(@"Rank", @"#6584"),
|
new InfoLine(@"Rank", @"#6584"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user