Skip to content

Commit

Permalink
deploy: fd565b9
Browse files Browse the repository at this point in the history
  • Loading branch information
PodeCaradox committed Sep 30, 2023
1 parent 54e39c4 commit 6819219
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 12 deletions.
Binary file not shown.
Binary file modified assets/maps/dummy.map
Binary file not shown.
20 changes: 10 additions & 10 deletions assets/wasm/castle_sim.js
Original file line number Diff line number Diff line change
Expand Up @@ -1446,24 +1446,24 @@ function __wbg_get_imports() {
const ret = makeMutClosure(arg0, arg1, 850, __wbg_adapter_28);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper3261 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 1612, __wbg_adapter_47);
imports.wbg.__wbindgen_closure_wrapper3264 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 1614, __wbg_adapter_47);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper3262 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 1612, __wbg_adapter_50);
imports.wbg.__wbindgen_closure_wrapper3265 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 1614, __wbg_adapter_50);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper3602 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 1816, __wbg_adapter_53);
imports.wbg.__wbindgen_closure_wrapper3605 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 1818, __wbg_adapter_53);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper3604 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 1816, __wbg_adapter_53);
imports.wbg.__wbindgen_closure_wrapper3607 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 1818, __wbg_adapter_53);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper3957 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 1897, __wbg_adapter_58);
imports.wbg.__wbindgen_closure_wrapper3960 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 1899, __wbg_adapter_58);
return addHeapObject(ret);
};

Expand Down
Binary file modified assets/wasm/castle_sim_bg.wasm
Binary file not shown.
2 changes: 2 additions & 0 deletions assets/world/buildings/buildings.data
Original file line number Diff line number Diff line change
Expand Up @@ -1710,6 +1710,7 @@
]
},
"gate_0": {
"DirNames" : ["gate_1", "gate_0", "gate_1"],
"TileIds": [
"gate_0_0",
"gate_0_1",
Expand Down Expand Up @@ -1841,6 +1842,7 @@
]
},
"gate_1": {
"DirNames" : ["gate_0", "gate_1", "gate_0"],
"TileIds": [
"gate_1_0",
"gate_1_1",
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
<style>.mat-typography{font:400 14px/20px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}body,html{padding:0;background:#000;overflow:hidden;height:100%}body{margin:0;font-family:Roboto,Helvetica Neue,sans-serif}</style><link rel="stylesheet" href="styles.d9aece8e71c5a70895dd.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.d9aece8e71c5a70895dd.css"></noscript></head>
<body class="mat-typography">
<app-root></app-root>
<script src="runtime.93894fc4b67a98bdcb10.js" defer></script><script src="polyfills.5bbc05efa8c0bd881250.js" defer></script><script src="main.93089c979e17b626c561.js" defer></script>
<script src="runtime.93894fc4b67a98bdcb10.js" defer></script><script src="polyfills.5bbc05efa8c0bd881250.js" defer></script><script src="main.53fe57abd59806a032d0.js" defer></script>

</body></html>

Large diffs are not rendered by default.

0 comments on commit 6819219

Please sign in to comment.