Skip to content

Commit

Permalink
Update shieldlib/src/types.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Clay Smalley <[email protected]>
  • Loading branch information
ZeLonewolf and claysmalley authored Sep 28, 2023
1 parent 5a2df6c commit fc2ff41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shieldlib/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export interface ShapeBlankParams {
pointUp?: boolean;
/** Specify whether the short side of the shape is on top */
shortSideUp?: boolean;
/** Specify the angle of the defining vertex of the shape */
/** Specify the angle at which the sides of the shape deviate from vertical. Higher number means pointier sides */
angle?: number;
}

Expand Down

0 comments on commit fc2ff41

Please sign in to comment.