1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-14 19:53:08 +08:00

Enable masking in bar line content container

This commit is contained in:
vun 2024-03-04 18:51:38 +08:00
parent 5c285979d7
commit a88b56a4dc

View File

@ -121,8 +121,9 @@ namespace osu.Game.Rulesets.Taiko.UI
new Container
{
Name = "Bar line content",
Masking = true,
RelativeSizeAxes = Axes.Both,
Padding = new MarginPadding { Left = hit_target_width / 2 + hit_target_offset }, // To avoid barline appearing before the beginning of playfield when trimmed
Padding = new MarginPadding { Left = hit_target_width / 2 + hit_target_offset },
Children = new Drawable[]
{
UnderlayElements = new Container