Compare commits
2 Commits
c099035d43
...
a283116357
Author | SHA1 | Date |
---|---|---|
Max Bradbury | a283116357 | |
Max Bradbury | 183b14d5f5 |
|
@ -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.64" # newer versions are bugged...
|
"wasm-bindgen" = "^0.2.74" # 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