Compare commits

..

No commits in common. "a2831163571bdf3c66aa8aefd5876297c1067d92" and "c099035d4339efa5fcd9012f56fd456acbb00080" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -16,4 +16,4 @@ crate-type = ["cdylib"]
"bitsy-parser" = "^0.75.0"
"image" = "^0.23.7"
"lazy_static" = "^1.4.0"
"wasm-bindgen" = "^0.2.74" # newer versions are bugged...
"wasm-bindgen" = "=0.2.64" # newer versions are bugged...

View File

@ -90,7 +90,7 @@ async function run() {
}
function new_game() {
load_default_game();
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