Add 1.1 to speed setting.

This commit is contained in:
stonegate 2020-08-27 16:38:23 +08:00
parent 7bd55e8058
commit a24e7d6758
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ final List<BoxShadow> _customShadowNight = [
];
const List kMinsToSelect = [10, 15, 20, 25, 30, 45, 60, 70, 80, 90, 99];
const List kSpeedToSelect = [0.5, 0.6, 0.8, 1.0, 1.2, 1.5, 2.0];
const List kSpeedToSelect = [0.5, 0.6, 0.8, 1.0, 1.1, 1.2, 1.5, 2.0];
const List kMinPlayerHeight = <double>[70.0, 75.0, 80.0];
const List kMaxPlayerHeight = <double>[300.0, 325.0, 350.0];