Merge pull request #879 from ClementVieilly75/FTUEPopup

map village + popUp go to page
This commit is contained in:
David Négrier 2021-04-08 12:02:50 +02:00 committed by GitHub
commit fb6a529e4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
59 changed files with 746 additions and 11 deletions

BIN
maps/Tuto/down-arrow.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 451 B

View file

@ -20,7 +20,7 @@ function launchTuto (){
callback: (popup1) => {
WA.sendChatMessage("Hey you can talk here too!", 'WA Guide');
popup1.close();
WA.openPopup("TutoFinal","You are good to go! You can meet the dev team and discover the features in the next room!",[
WA.openPopup("TutoFinal","You are good to go! Go through the gate to meet the dev team and discover the features !",[
{
label: "Got it!",
className : "success",callback:(popup2 => {

File diff suppressed because one or more lines are too long