1. split the playfield columns by ManiaModKeyCoop
2. can chaneg the key number by ManiaKeyMod
This commit is contained in:
ANDY840119-PC\andy840119
2017-12-28 22:40:23 +09:00
parent 8f716212a7
commit 28da60cc38
7 changed files with 325 additions and 165 deletions

View File

@ -83,11 +83,11 @@ namespace osu.Game.Rulesets.Mania.Tests
Add(inputManager);
ManiaPlayfield playfield;
inputManager.Add(playfield = new ManiaPlayfield(cols)
inputManager.Add(playfield = new ManiaPlayfield(cols, false)
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
SpecialColumnPosition = specialPos
//SpecialColumnPosition = specialPos
});
playfield.Inverted.Value = inverted;
@ -105,7 +105,7 @@ namespace osu.Game.Rulesets.Mania.Tests
Add(inputManager);
ManiaPlayfield playfield;
inputManager.Add(playfield = new ManiaPlayfield(4)
inputManager.Add(playfield = new ManiaPlayfield(4,false)
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,