Skip to content

Commit

Permalink
Increase the size of a checkpoint node
Browse files Browse the repository at this point in the history
  • Loading branch information
LumpBloom7 committed Jan 22, 2024
1 parent 23fca17 commit 1784e93
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 1784e93

Please sign in to comment.