Skip to content

Commit

Permalink
update website and html5 build
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonliang-dev committed Nov 19, 2023
1 parent e0e8042 commit 18673b9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion html5/spry.js

Large diffs are not rendered by default.

Binary file modified html5/spry.wasm
Binary file not shown.
5 changes: 4 additions & 1 deletion website/pages/demo.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ class="shadow ba b--black-10 dm-b--white-10 br3"
</div>
<script type="text/javascript">
var canvas = document.getElementById('canvas')
var Module = { canvas }
var Module = {
canvas,
_ma_device__on_notification_unlocked() {},
}
var spryMount = '<?= $page["mount"] ?>'
</script>
<script src="static/demos/spry.js" type="text/javascript"></script>
Expand Down
2 changes: 1 addition & 1 deletion website/pages/docs.php
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ function spry.frame(dt)
"return" => false,
],
],
"Audio" => [
"Sound" => [
"spry.set_master_volume" => [
"desc" => "Set the master volume for the program.",
"example" => "
Expand Down
Binary file modified website/static/demos/jump.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion website/static/demos/spry.js

Large diffs are not rendered by default.

Binary file modified website/static/demos/spry.wasm
Binary file not shown.

0 comments on commit 18673b9

Please sign in to comment.