documentation and CHANGELOG

This commit is contained in:
GRL 2021-08-27 16:28:59 +02:00
parent ebcf4a6ae3
commit 12108bc529
3 changed files with 22 additions and 18 deletions

View file

@ -1,5 +1,11 @@
## Version develop
### Updates
- New scripting API features :
- Use `WA.ui.registerMenuCommand(commandDescriptor: string, options: MenuOptions): Menu` to add a custom menu or an iframe to the menu.
## Version 1.4.14
### Updates
- New scripting API features :
- Use `WA.room.loadTileset(url: string) : Promise<number>` to load a tileset from a JSON file.