1
0
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:
Dean Herbert 2020-01-27 16:54:57 +09:00
parent 03b7c6cfa7
commit e24c4ab901

View File

@ -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;
}