bit more logging

This commit is contained in:
Max Bradbury 2020-11-07 11:00:07 +00:00
parent 0150a5ca33
commit 080d0853eb
1 changed files with 3 additions and 2 deletions

View File

@ -93,7 +93,7 @@ async function run() {
}
function new_game() {
load_default_game()
console.debug(load_default_game());
textareaGameDataInput.value = output();
checkGameData();
// we don't need to look at the default game data, so skip ahead to the image page
@ -121,7 +121,8 @@ async function run() {
});
function setPaletteDropdown() {
let palettes = JSON.parse(get_palettes());
const palettes = JSON.parse(get_palettes());
console.debug(palettes);
selectPalette.innerHTML = "";