1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Side WidescreenStoryboard to on by default for new beatmaps

This commit is contained in:
Dean Herbert 2021-08-23 17:40:41 +09:00
parent 1de84e1c98
commit d17f7b5c8b

View File

@ -128,6 +128,7 @@ namespace osu.Game.Beatmaps
BaseDifficulty = new BeatmapDifficulty(),
Ruleset = ruleset,
Metadata = metadata,
WidescreenStoryboard = true,
}
}
};