Compare commits

...

2 Commits

Author SHA1 Message Date
Max Bradbury a283116357 semicolon 2021-07-05 17:35:17 +01:00
Max Bradbury 183b14d5f5 wasm-bindgen update 2021-07-05 17:35:07 +01:00
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.64" # newer versions are bugged...
"wasm-bindgen" = "^0.2.74" # 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