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