Skip to content

Commit d5ce619

Browse files
authored
Update README.md
1 parent 4bf4eef commit d5ce619

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,6 @@ elpy.load();
392392
| offset | `<Object>` | Returns information on object and field offset. |
393393
| objects | `<Object>` | Returns all added objects. |
394394

395-
<sub>_min example_</sub>
396395
```js
397396
elpy.width;
398397
```
@@ -685,7 +684,6 @@ player.removeCollision(object);
685684
| degrees | `<Number>` | The degrees the object is rotated. |
686685
| added | `<Boolean>` | Is the object added. |
687686

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

704-
<sub>_min example_</sub>
705702
```js
706703
player.width = 10;
707704
```

0 commit comments

Comments
 (0)