1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-26 16:12:54 +08:00

Adjust taiko scrolling speed

This commit is contained in:
smoogipoo 2018-10-01 18:15:55 +09:00
parent b68eeae777
commit 08bd363827

View File

@ -194,7 +194,7 @@ namespace osu.Game.Rulesets.Taiko.UI
}
});
VisibleTimeRange.Value = 6000;
VisibleTimeRange.Value = 7000;
}
[BackgroundDependencyLoader]