Added what's new window

This commit is contained in:
unsettledgames
2021-01-08 16:20:39 +01:00
parent cd5918c656
commit 9b3df20533
8 changed files with 106 additions and 14 deletions

View File

@ -40,11 +40,14 @@ function closeDialogue () {
popups[i].style.display = 'none';
}
dialogueOpen = false;
if (currentOpenDialogue == "palette-block") {
pbAddToSimplePalette();
}
dialogueOpen = false;
else if (currentOpenDialogue == "features-log") {
showDialogue("new-pixel");
}
}
/** Closes a dialogue window if the user clicks everywhere but in the current window