1. Instead of this property, turn SpecialColumnPosition into a
2. special column does not display
This commit is contained in:
ANDY840119-PC\andy840119
2018-01-14 20:44:17 +09:00
parent 5ecfc3a57c
commit 2d266a8604
3 changed files with 27 additions and 46 deletions

View File

@ -121,9 +121,9 @@ namespace osu.Game.Rulesets.Mania.Tests
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
SpecialColumnPosition = specialPos
});
playfield.SpecialColumnPosition.Value = specialPos;
playfield.Inverted.Value = inverted;
return playfield;