game is now independent of hexodsp/cpal

This commit is contained in:
Nixon 2022-08-28 15:28:08 +08:00
commit 450e448649
18 changed files with 85 additions and 230 deletions

View file

@ -6,8 +6,8 @@
</head>
<body>
<script type="module">
import init from './target/bevyjam.js'
init()
import init from './target/bevyjam.js'
init()
</script>
</body>
</html>