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;
}, 100);
console.log("afterTimeOut");
id = 0;
for (const button of openPopupEvent.buttons) {
const button = HtmlUtils.getElementByIdOrFail<HTMLButtonElement>(`popup-${openPopupEvent.popupId}-${id}`);