Skip to content

Commit

Permalink
Merge pull request #546 from LumpBloom7/Increase-slide-detection-regi…
Browse files Browse the repository at this point in the history
…on-size

Adjust slide body detection regions to be more lenient
  • Loading branch information
LumpBloom7 committed Jan 30, 2024
2 parents 23fca17 + 1784e93 commit 6656fb2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ public DrawableSlideCheckpointNode(SlideCheckpoint.CheckpointNode? node)
Anchor = Anchor.Centre;
Origin = Anchor.Centre;
RelativeSizeAxes = Axes.None;
Size = new Vector2(150);
Size = new Vector2(200);
CornerExponent = 2f;
CornerRadius = 75;
CornerRadius = 100;
}

protected override void OnApply()
Expand Down

0 comments on commit 6656fb2

Please sign in to comment.