Merge branch 'quer' of gitea:berhsi/leonardo-map into quer

This commit is contained in:
qbi 2021-05-09 20:15:48 +02:00
commit 8e7ee40a82
2 changed files with 3 additions and 20 deletions

View file

@ -1,18 +1 @@
let helloWorldPopup;
// Open the popup when we enter a given zone
helloWorldPopup = WA.onEnterZone('malen-1', () => {
WA.openPopup("popupRectangle", 'Hello world!', [{
label: "Close",
className: "primary",
callback: (popup) => {
// Close the popup when the "Close" button is pressed.
popup.close();
}
});
}]);
// Close the popup when we leave the zone.
WA.onLeaveZone('malen-1', () => {
helloWorldPopup.close();
});
WA.sendChatMessage('Hello world', 'Mr Robot');

View file

@ -52,7 +52,7 @@
"offsety":-384,
"opacity":1,
"type":"imagelayer",
"visible":true,
"visible":false,
"x":0,
"y":0
},
@ -300,7 +300,7 @@
"properties":[
{
"name":"script",
"type":"file",
"type":"string",
"value":"malen.js"
}],
"renderorder":"right-down",