Skip to content

Commit

Permalink
fix emote names
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Earnshaw <[email protected]>
  • Loading branch information
nearnshaw authored Sep 27, 2023
1 parent e8b5250 commit 9cd74e0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions content/creator/sdk7/interactivity/trigger-emotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,21 @@ pointerEventsSystem.onPointerDown(
The following list covers some of the default emotes that are available to all players, all of these are valid values for the `predefinedEmote` field:

- `wave`
- `fist_pump`
- `fistpump`
- `robot`
- `raise_hand`
- `raiseHand`
- `clap`
- `money`
- `kiss`
- `tik`
- `hammer`,
- `hammer`
- `tektonik`
- `dont_see`
- `hands_air`
- `dontsee`
- `handsair`
- `shrug`
- `disco`
- `dab`
- `head_explode`
- `headexplode`

## Custom animations

Expand Down

0 comments on commit 9cd74e0

Please sign in to comment.