added workadventure specific url

This commit is contained in:
jonny 2021-06-16 17:36:52 +02:00
parent 1147a21dde
commit 8d2baa8d1a

View file

@ -202,6 +202,7 @@ global urls: "/_/global/domain/path/map.json[#start-layer-name]"
Example:
```javascript
WA.goToRoom("/@/tcm/workadventure/floor0") // workadventure urls
WA.goToRoom('../otherMap/map.json');
WA.goToRoom("/_/global/<path to global map>.json#start-layer-2")
```