mirror of https://github.com/ppy/osu
Add test
This commit is contained in:
parent
a41ac50e2f
commit
4642a6093c
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
|
@ -0,0 +1,6 @@
|
|||
[General]
|
||||
Version: 2.4
|
||||
|
||||
[Mania]
|
||||
Keys: 4
|
||||
ColumnLineWidth: 3,1,3,1,1
|
|
@ -37,7 +37,7 @@ private void load()
|
|||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Width = 0.5f,
|
||||
Child = new SkinnableDrawable(new ManiaSkinComponent(ManiaSkinComponents.ColumnBackground, 0), _ => new DefaultColumnBackground())
|
||||
Child = new SkinnableDrawable(new ManiaSkinComponent(ManiaSkinComponents.ColumnBackground, 1), _ => new DefaultColumnBackground())
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue