readme update

This commit is contained in:
Hanusiak Piotr 2022-01-25 10:20:21 +01:00
parent 934a59e59f
commit 40366eb070

View file

@ -74,10 +74,14 @@ We are able to direct WOKA to the desired place immediately after spawn. To make
```
.../my_map.json#&moveTo=exit
```
*Define entry point and moveTo parameter*
*Define entry point and moveTo parameter like this...*
```
.../my_map.json#start&moveTo=meeting-room
```
*...or like this*
```
.../my_map.json#moveTo=meeting-room&start
```
For this to work, moveTo must be equal to the layer name of interest. This layer should have at least one tile defined. In case of layer having many tiles, user will go to one of them, randomly selected.