Skip to content

Commit

Permalink
add new enemy reconciliation
Browse files Browse the repository at this point in the history
  • Loading branch information
stutxo committed Aug 13, 2023
1 parent ac55c2f commit f6f1329
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>☔ rain.run</title>
<script type="module">import init from './satrunner-20607f968b8e86e8.js';init('./satrunner-20607f968b8e86e8_bg.wasm');</script>
<script type="module">import init from './satrunner-7d42bd285355eec7.js';init('./satrunner-7d42bd285355eec7_bg.wasm');</script>


<style>
Expand All @@ -17,8 +17,8 @@
}
</style>

<link rel="preload" href="./satrunner-20607f968b8e86e8_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
<link rel="modulepreload" href="./satrunner-20607f968b8e86e8.js"></head>
<link rel="preload" href="./satrunner-7d42bd285355eec7_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
<link rel="modulepreload" href="./satrunner-7d42bd285355eec7.js"></head>

<body>
<script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1986,7 +1986,7 @@ async function __wbg_init(input) {
if (wasm !== undefined) return wasm;

if (typeof input === 'undefined') {
input = new URL('satrunner-20607f968b8e86e8_bg.wasm', import.meta.url);
input = new URL('satrunner-7d42bd285355eec7_bg.wasm', import.meta.url);
}
const imports = __wbg_get_imports();

Expand Down
Binary file not shown.

0 comments on commit f6f1329

Please sign in to comment.