Skip to content

Commit

Permalink
Fix changes to noteMissed and bombMissed events not in protocol.md
Browse files Browse the repository at this point in the history
  • Loading branch information
opl- committed Jun 4, 2020
1 parent 3253fe5 commit 3ecc987
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ Fired when a note is missed.

Contains only the `performance` property of [Status object](#status-object).

Contains `noteCut` property with an object value as described in [Note cut object](#note-cut-object) or `null` if the note wasn't cut at all.
Contains the `noteCut` property with an object value as described in [Note cut object](#note-cut-object). Only the properties describing the note data will be set, leaving the cut and swing related properties with their default values.

### `bombCut` event

Expand All @@ -237,6 +237,8 @@ Fired when a bomb is missed.

Contains only the `performance` property of [Status object](#status-object).

Contains the `noteCut` property with an object value as described in [Note cut object](#note-cut-object). Only the properties describing the note data will be set, leaving the cut and swing related properties with their default values.

### `obstacleEnter` event

Fired when the player enters an obstacle.
Expand Down

0 comments on commit 3ecc987

Please sign in to comment.