Compare commits
No commits in common. "a2831163571bdf3c66aa8aefd5876297c1067d92" and "c099035d4339efa5fcd9012f56fd456acbb00080" have entirely different histories.
a283116357
...
c099035d43
|
@ -16,4 +16,4 @@ crate-type = ["cdylib"]
|
||||||
"bitsy-parser" = "^0.75.0"
|
"bitsy-parser" = "^0.75.0"
|
||||||
"image" = "^0.23.7"
|
"image" = "^0.23.7"
|
||||||
"lazy_static" = "^1.4.0"
|
"lazy_static" = "^1.4.0"
|
||||||
"wasm-bindgen" = "^0.2.74" # newer versions are bugged...
|
"wasm-bindgen" = "=0.2.64" # newer versions are bugged...
|
||||||
|
|
|
@ -90,7 +90,7 @@ async function run() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function new_game() {
|
function new_game() {
|
||||||
load_default_game();
|
load_default_game()
|
||||||
textareaGameDataInput.value = output();
|
textareaGameDataInput.value = output();
|
||||||
checkGameData();
|
checkGameData();
|
||||||
// we don't need to look at the default game data, so skip ahead to the image page
|
// we don't need to look at the default game data, so skip ahead to the image page
|
||||||
|
|
Loading…
Reference in New Issue