1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-05 02:43:16 +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] [BackgroundDependencyLoader]