Skip to content

Commit 8666542

Browse files
committed
update versions
1 parent a51df0d commit 8666542

5 files changed

Lines changed: 267 additions & 260 deletions

File tree

src/assets/game_ui/game_menu.interface

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"width": 400,
77
"height": 200
88
},
9-
"MiniMapPos": [-401,-201],
9+
"MiniMapPos": [-406,-206],
1010
"Menus": {
1111
"MainEditorMenu": {
1212
"Alignment": "RightTop",

src/assets/wasm/castle_sim.d.ts

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ export type InitInput = RequestInfo | URL | Response | BufferSource | WebAssembl
88
export interface InitOutput {
99
readonly memory: WebAssembly.Memory;
1010
readonly init_game: (a: number, b: number) => void;
11-
readonly wasm_bindgen__closure__destroy__h171e54c78a02aa44: (a: number, b: number) => void;
12-
readonly wasm_bindgen__closure__destroy__h2267c5a3a33d6ca1: (a: number, b: number) => void;
13-
readonly wasm_bindgen__closure__destroy__h201731ff488da402: (a: number, b: number) => void;
14-
readonly wasm_bindgen__convert__closures_____invoke__h72401b5efe02f859: (a: number, b: number, c: any) => [number, number];
15-
readonly wasm_bindgen__convert__closures_____invoke__hcb093511f31953b8: (a: number, b: number, c: any, d: any) => void;
16-
readonly wasm_bindgen__convert__closures_____invoke__h36a805dfca600d37: (a: number, b: number, c: any) => void;
17-
readonly wasm_bindgen__convert__closures_____invoke__h03b69bc391c244c3: (a: number, b: number, c: any) => void;
18-
readonly wasm_bindgen__convert__closures_____invoke__h03b69bc391c244c3_4: (a: number, b: number, c: any) => void;
19-
readonly wasm_bindgen__convert__closures_____invoke__h03b69bc391c244c3_5: (a: number, b: number, c: any) => void;
20-
readonly wasm_bindgen__convert__closures_____invoke__h03b69bc391c244c3_6: (a: number, b: number, c: any) => void;
21-
readonly wasm_bindgen__convert__closures_____invoke__h03b69bc391c244c3_7: (a: number, b: number, c: any) => void;
22-
readonly wasm_bindgen__convert__closures_____invoke__h03b69bc391c244c3_8: (a: number, b: number, c: any) => void;
23-
readonly wasm_bindgen__convert__closures_____invoke__h03b69bc391c244c3_9: (a: number, b: number, c: any) => void;
24-
readonly wasm_bindgen__convert__closures_____invoke__h03b69bc391c244c3_10: (a: number, b: number, c: any) => void;
25-
readonly wasm_bindgen__convert__closures_____invoke__h0a4e10f01bf099b6: (a: number, b: number) => void;
11+
readonly wasm_bindgen__closure__destroy__h53a5f8edfbcaddcb: (a: number, b: number) => void;
12+
readonly wasm_bindgen__closure__destroy__h4e1f99db5ce347ba: (a: number, b: number) => void;
13+
readonly wasm_bindgen__closure__destroy__h1ab7e09bfc4cdd46: (a: number, b: number) => void;
14+
readonly wasm_bindgen__convert__closures_____invoke__habca73242a8829e7: (a: number, b: number, c: any) => [number, number];
15+
readonly wasm_bindgen__convert__closures_____invoke__hcdb8d19ad4aa01fa: (a: number, b: number, c: any, d: any) => void;
16+
readonly wasm_bindgen__convert__closures_____invoke__h03b08e2d3ab7aa62: (a: number, b: number, c: any) => void;
17+
readonly wasm_bindgen__convert__closures_____invoke__h1524bbf10db1d871: (a: number, b: number, c: any) => void;
18+
readonly wasm_bindgen__convert__closures_____invoke__h1524bbf10db1d871_4: (a: number, b: number, c: any) => void;
19+
readonly wasm_bindgen__convert__closures_____invoke__h1524bbf10db1d871_5: (a: number, b: number, c: any) => void;
20+
readonly wasm_bindgen__convert__closures_____invoke__h1524bbf10db1d871_6: (a: number, b: number, c: any) => void;
21+
readonly wasm_bindgen__convert__closures_____invoke__h1524bbf10db1d871_7: (a: number, b: number, c: any) => void;
22+
readonly wasm_bindgen__convert__closures_____invoke__h1524bbf10db1d871_8: (a: number, b: number, c: any) => void;
23+
readonly wasm_bindgen__convert__closures_____invoke__h1524bbf10db1d871_9: (a: number, b: number, c: any) => void;
24+
readonly wasm_bindgen__convert__closures_____invoke__h1524bbf10db1d871_10: (a: number, b: number, c: any) => void;
25+
readonly wasm_bindgen__convert__closures_____invoke__h0ccf5ec8a3943317: (a: number, b: number) => void;
2626
readonly __wbindgen_malloc: (a: number, b: number) => number;
2727
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
2828
readonly __externref_table_alloc: () => number;

0 commit comments

Comments
 (0)