Adjust taiko scrolling speed

This commit is contained in:
smoogipoo 2018-10-01 18:15:55 +09:00
parent b68eeae777
commit 08bd363827
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ public TaikoPlayfield(ControlPointInfo controlPoints)
}
});
VisibleTimeRange.Value = 6000;
VisibleTimeRange.Value = 7000;
}
[BackgroundDependencyLoader]