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
59 changed files with 746 additions and 11 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 451 B

+1 -1
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 => {
+23 -10
View File
File diff suppressed because one or more lines are too long