1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 02:03:22 +08:00

Reduce height of song progress handle

This commit is contained in:
Paul Teng 2018-10-18 07:02:18 -04:00
parent c4a1c466bc
commit b351aae93f

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, 25);
private static readonly Vector2 handle_size = new Vector2(14, 18);
private const float transition_duration = 200;