We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf4eef commit d5ce619Copy full SHA for d5ce619
README.md
@@ -392,7 +392,6 @@ elpy.load();
392
| offset | `<Object>` | Returns information on object and field offset. |
393
| objects | `<Object>` | Returns all added objects. |
394
395
-<sub>_min example_</sub>
396
```js
397
elpy.width;
398
```
@@ -685,7 +684,6 @@ player.removeCollision(object);
685
684
| degrees | `<Number>` | The degrees the object is rotated. |
686
| added | `<Boolean>` | Is the object added. |
687
688
689
690
player.name;
691
@@ -701,7 +699,6 @@ player.name;
701
699
| ghost | `<Boolean>` | Cancels collision with other objects that go to it. |
702
700
703
704
705
706
player.width = 10;
707
0 commit comments