mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Remove PlayfieldUnderlay for now
This commit is contained in:
@ -77,7 +77,6 @@ namespace osu.Game.Rulesets.Edit
|
||||
Alpha = 0,
|
||||
AlwaysPresent = true,
|
||||
},
|
||||
CreateUnderlay(rulesetContainer.Playfield),
|
||||
rulesetContainer,
|
||||
CreateOverlay(rulesetContainer.Playfield)
|
||||
}
|
||||
@ -106,8 +105,6 @@ namespace osu.Game.Rulesets.Edit
|
||||
|
||||
protected virtual RulesetContainer CreateRulesetContainer(Ruleset ruleset, WorkingBeatmap beatmap) => ruleset.CreateRulesetContainerWith(beatmap, true);
|
||||
|
||||
protected virtual PlayfieldUnderlay CreateUnderlay(Playfield playfield) => new PlayfieldUnderlay();
|
||||
|
||||
protected virtual PlayfieldOverlay CreateOverlay(Playfield playfield) => new PlayfieldOverlay();
|
||||
|
||||
protected abstract IReadOnlyList<ICompositionTool> CompositionTools { get; }
|
||||
|
Reference in New Issue
Block a user