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 99dcd79 commit ddf6bbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -613,9 +613,9 @@ player.on('fly', event => {
| :---: | :---: | :--- |
| `stopped` | `<Boolean>` | The property will be `true` if the object has been stopped. |
| `paused` | `<Boolean>` | The property will be `true` if the object has been paused. |
| `stop()` | | Stop object. If he was in a state: `jump`, `fall`, `fly`. |
| `pause()` | | Pause object. If he was in a state: `jump`, `fall`, `fly`. |
| `resume()` | | Resume object. If it was paused. |
| `stop()` | `<Function>` | Stop object. If he was in a state: `jump`, `fall`, `fly`. |
| `pause()` | `<Function>` | Pause object. If he was in a state: `jump`, `fall`, `fly`. |
| `resume()` | `<Function>` | Resume object. If it was paused. |

```js
player.on('jump', event => {
Expand Down

0 comments on commit ddf6bbe

Please sign in to comment.