mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:57:36 +08:00
Re-invert test
This commit is contained in:
parent
beb6e6ea88
commit
b3e200ee7f
@ -39,12 +39,12 @@ namespace osu.Game.Rulesets.Osu.Tests
|
|||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
Colour = Color4Extensions.FromHex("#333"),
|
Colour = Color4Extensions.FromHex("#333"),
|
||||||
},
|
},
|
||||||
object2 = new BorderCircle
|
object1 = new BorderCircle
|
||||||
{
|
{
|
||||||
Position = new Vector2(256, 192),
|
Position = new Vector2(256, 192),
|
||||||
Colour = Color4.Yellow,
|
Colour = Color4.Yellow,
|
||||||
},
|
},
|
||||||
object1 = new BorderCircle
|
object2 = new BorderCircle
|
||||||
{
|
{
|
||||||
Position = new Vector2(100, 300),
|
Position = new Vector2(100, 300),
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user