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

@ -61,7 +61,7 @@ namespace osu.Game.Rulesets.Mania.UI
{
Name = "Hit target + hit objects",
RelativeSizeAxes = Axes.Both,
Padding = new MarginPadding { Top = ManiaPlayfield.HIT_TARGET_POSITION },
Padding = new MarginPadding { Top = ManiaColumnGroup.HIT_TARGET_POSITION },
Children = new Drawable[]
{
new Container
@ -115,7 +115,7 @@ namespace osu.Game.Rulesets.Mania.UI
{
Name = "Key",
RelativeSizeAxes = Axes.X,
Height = ManiaPlayfield.HIT_TARGET_POSITION,
Height = ManiaColumnGroup.HIT_TARGET_POSITION,
Children = new Drawable[]
{
new Box