Add more correct catch playfield sizing

This commit is contained in:
Dean Herbert 2018-05-25 17:29:52 +09:00
parent e62718f251
commit 5e4f83b80b
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ public CatchRulesetContainer(Ruleset ruleset, WorkingBeatmap beatmap)
public override PassThroughInputManager CreateInputManager() => new CatchInputManager(Ruleset.RulesetInfo);
protected override Vector2 PlayfieldArea => new Vector2(0.86f); // matches stable's vertical offset for catcher plate
protected override DrawableHitObject<CatchHitObject> GetVisualRepresentation(CatchHitObject h)
{
switch (h)