position of popups changed

clear log in gameScene
This commit is contained in:
DESKTOP-FMM8UI0\CLV 2021-04-09 16:34:01 +02:00
parent d52c983ab9
commit 2c84d9a07d
3 changed files with 5 additions and 6 deletions

View File

@ -725,7 +725,6 @@ ${escapedMessage}
(container).hidden = false; (container).hidden = false;
}, 100); }, 100);
console.log("afterTimeOut");
id = 0; id = 0;
for (const button of openPopupEvent.buttons) { for (const button of openPopupEvent.buttons) {
const button = HtmlUtils.getElementByIdOrFail<HTMLButtonElement>(`popup-${openPopupEvent.popupId}-${id}`); const button = HtmlUtils.getElementByIdOrFail<HTMLButtonElement>(`popup-${openPopupEvent.popupId}-${id}`);

View File

@ -278,8 +278,8 @@
"type":"", "type":"",
"visible":true, "visible":true,
"width":245.667, "width":245.667,
"x":1170, "x":1171,
"y":442 "y":412
}, },
{ {
"height":84.6667, "height":84.6667,
@ -289,8 +289,8 @@
"type":"", "type":"",
"visible":true, "visible":true,
"width":210.667, "width":210.667,
"x":966, "x":1030.5,
"y":327.66665 "y":318.66665
}, },
{ {
"height":99.6667, "height":99.6667,

File diff suppressed because one or more lines are too long