mirror of https://github.com/ppy/osu
Side `WidescreenStoryboard` to on by default for new beatmaps
This commit is contained in:
parent
1de84e1c98
commit
d17f7b5c8b
|
@ -128,6 +128,7 @@ public WorkingBeatmap CreateNew(RulesetInfo ruleset, User user)
|
|||
BaseDifficulty = new BeatmapDifficulty(),
|
||||
Ruleset = ruleset,
|
||||
Metadata = metadata,
|
||||
WidescreenStoryboard = true,
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue