mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 00:53:56 +09:00
Adjust BeatDivisorControl
test to show control mmuch larger
This commit is contained in:
@ -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),
|
||||
}
|
||||
};
|
||||
});
|
||||
|
Reference in New Issue
Block a user