Added sound loading to changelog

This commit is contained in:
David Négrier 2021-05-26 16:18:58 +02:00
parent 870f16f9c6
commit 769d9cf314

View file

@ -8,7 +8,7 @@
### Updates
- Added the emote feature to Workadventure. (@Kharhamel, @Tabascoeye)
- Added the emote feature to WorkAdventure. (@Kharhamel, @Tabascoeye)
- The emote menu can be opened by clicking on your character.
- Clicking on one of its element will close the menu and play an emote above your character.
- This emote can be seen by other players.
@ -17,7 +17,8 @@
- Mouse wheel support to zoom in / out
- Pinch support on mobile to zoom in / out
- Improved virtual joystick size (adapts to the zoom level)
- New scripting API features:
- Use `WA.loadSound(): Sound` to load / play / stop a sound
### Bug Fixes