mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 19:03:08 +08:00
Cleanup testcase
This commit is contained in:
parent
55a5dfa9b6
commit
45dca56461
@ -20,19 +20,13 @@ namespace osu.Game.Rulesets.Mania.Tests
|
|||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load()
|
private void load()
|
||||||
{
|
{
|
||||||
Child = new ManiaInputManager(new ManiaRuleset().RulesetInfo, 1)
|
Child = new Column
|
||||||
{
|
{
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
RelativeSizeAxes = Axes.Both,
|
|
||||||
Height = 0.85f,
|
Height = 0.85f,
|
||||||
Child = new Column
|
AccentColour = Color4.OrangeRed,
|
||||||
{
|
Action = ManiaAction.Special1
|
||||||
Anchor = Anchor.Centre,
|
|
||||||
Origin = Anchor.Centre,
|
|
||||||
AccentColour = Color4.OrangeRed,
|
|
||||||
Action = ManiaAction.Special1
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user