mirror of
https://github.com/osukey/osukey.git
synced 2025-06-08 21:07:59 +09:00
Proportionally adjust width in line with change
This commit is contained in:
parent
4502fa39e9
commit
6f1ef3243d
@ -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, 18);
|
private static readonly Vector2 handle_size = new Vector2(10, 18);
|
||||||
|
|
||||||
private const float transition_duration = 200;
|
private const float transition_duration = 200;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user