From 1868bd3f65d99a1e73e41750c2f2a77de8222a68 Mon Sep 17 00:00:00 2001 From: gparant Date: Mon, 11 May 2020 00:07:54 +0200 Subject: [PATCH] Add explain to have multi exit layers into the map --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91117474..981a4bc0 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ A few things to notice: If you have exit scene - You must create layer "exit". The layer have cases where the gamer can switch to the next scene. - In layer properties, you must add "exitSceneUrl" property. It represents a url map of the next scene For exemple : `//.json`. Be careful, if you want that the next map will be correctly loaded, you must check that the map files are in folder `back/src/Assets/Maps/`. The files will be accessible by url `/map/files//...`. - +- If you want to have multi exit, you can create each layer with name "exit". Each layer has key `exitSceneUrl` and have tiles what represent exit from another scene. ![](doc/images/exit_layer_map.png) ### MacOS developers, your environment with Vagrant