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
1 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@ public WorkingBeatmap CreateNew(RulesetInfo ruleset, User user)
BaseDifficulty = new BeatmapDifficulty(),
Ruleset = ruleset,
Metadata = metadata,
WidescreenStoryboard = true,
}
}
};