mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 23:23:04 +08:00
Adjust zoom defaults for timeline to be more useful
This commit is contained in:
parent
03b7c6cfa7
commit
e24c4ab901
@ -30,7 +30,10 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
|
||||
{
|
||||
ZoomDuration = 200;
|
||||
ZoomEasing = Easing.OutQuint;
|
||||
Zoom = 10;
|
||||
|
||||
Zoom = 60;
|
||||
MaxZoom = 240;
|
||||
|
||||
ScrollbarVisible = false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user