1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 12:33:01 +08:00

Proportionally adjust width in line with change

This commit is contained in:
Dean Herbert 2018-10-31 02:56:25 +09:00
parent 4502fa39e9
commit 6f1ef3243d

View File

@ -21,7 +21,7 @@ namespace osu.Game.Screens.Play
{
private const int bottom_bar_height = 5;
private static readonly Vector2 handle_size = new Vector2(14, 18);
private static readonly Vector2 handle_size = new Vector2(10, 18);
private const float transition_duration = 200;