diff --git a/script.js b/script.js index 184cd8a..66d12b8 100644 --- a/script.js +++ b/script.js @@ -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 = "";