mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 09:03:50 +09:00
Reduce height of song progress handle
This commit is contained in:
@ -21,7 +21,7 @@ namespace osu.Game.Screens.Play
|
|||||||
{
|
{
|
||||||
private const int bottom_bar_height = 5;
|
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;
|
private const float transition_duration = 200;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user