Skip to content

Commit

Permalink
fix: readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacek Pietal committed Jul 1, 2023
1 parent e5ee52e commit c27e723
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ const polygon = system.createPolygon(position, points, options)

- `setPosition(x: number, y: number)`:
- Sets the position of the body to the specified `(x, y)` coordinates in the 2D space.
- Updates the bounding box of the body and any cached convexes associated with it

- `setScale(x: number, y?: number)`:
- Sets the scale of the body along the x-axis and y-axis (optional).
Expand Down
1 change: 0 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ <h2>Detect-Collisions</h2></div>
<li><p><code>setPosition(x: number, y: number)</code>:</p>
<ul>
<li>Sets the position of the body to the specified <code>(x, y)</code> coordinates in the 2D space.</li>
<li>Updates the bounding box of the body and any cached convexes associated with it</li>
</ul>
</li>
<li><p><code>setScale(x: number, y?: number)</code>:</p>
Expand Down

0 comments on commit c27e723

Please sign in to comment.