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

Adjust BeatDivisorControl test to show control mmuch larger

This commit is contained in:
Dean Herbert 2023-05-17 16:33:58 +09:00
parent dc421bd2af
commit ec2b9165d5

View File

@ -42,7 +42,8 @@ namespace osu.Game.Tests.Visual.Editing
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Size = new Vector2(90, 90)
Size = new Vector2(90, 90),
Scale = new Vector2(3),
}
};
});