Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
space2pacman authored Dec 18, 2024
1 parent 4bf4eef commit d5ce619
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,6 @@ elpy.load();
| offset | `<Object>` | Returns information on object and field offset. |
| objects | `<Object>` | Returns all added objects. |

<sub>_min example_</sub>
```js
elpy.width;
```
Expand Down Expand Up @@ -685,7 +684,6 @@ player.removeCollision(object);
| degrees | `<Number>` | The degrees the object is rotated. |
| added | `<Boolean>` | Is the object added. |

<sub>_min example_</sub>
```js
player.name;
```
Expand All @@ -701,7 +699,6 @@ player.name;
| ghost | `<Boolean>` | Cancels collision with other objects that go to it. |
| added | `<Boolean>` | Is the object added. |

<sub>_min example_</sub>
```js
player.width = 10;
```
Expand Down

0 comments on commit d5ce619

Please sign in to comment.