Revert mod flow changes and add visual test coverage showing an overflow case

This commit is contained in:
Dean Herbert 2022-02-02 09:13:19 +09:00
parent eee020f8e4
commit 35b7653290
2 changed files with 9 additions and 8 deletions

View File

@ -203,14 +203,16 @@ namespace osu.Game.Tests.Visual.SongSelect
new OsuModHardRock(),
new OsuModFlashlight
{
FollowDelay = { Value = 200 }
FollowDelay = { Value = 200 },
SizeMultiplier = { Value = 5 },
},
new OsuModDifficultyAdjust
{
CircleSize = { Value = 8 },
ApproachRate = { Value = 7 },
OverallDifficulty = { Value = 6 },
DrainRate = { Value = 5 },
CircleSize = { Value = 11 },
ApproachRate = { Value = 10 },
OverallDifficulty = { Value = 10 },
DrainRate = { Value = 10 },
ExtendedLimits = { Value = true }
}
},
Ruleset = new OsuRuleset().RulesetInfo,

View File

@ -62,9 +62,8 @@ namespace osu.Game.Online.Leaderboards
// Mods row
modStatistics = new FillFlowContainer<ModCell>
{
AutoSizeAxes = Axes.Y,
RelativeSizeAxes = Axes.X,
Direction = FillDirection.Full,
AutoSizeAxes = Axes.Both,
Direction = FillDirection.Vertical,
Spacing = new Vector2(5, 0),
},
new FillFlowContainer