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

@@ -8,5 +8,6 @@ window.onload = function(){
newPixel(getValue('size-width'),getValue('size-height'), getValue('editor-mode'));
else
//otherwise show the new pixel dialog
showDialogue('new-pixel', false);
};
if (settings.showLog != undefined && !settings.showLog)
showDialogue('new-pixel', false);
};