Skip to content

Commit

Permalink
add autoPlay and title options
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 4, 2023
1 parent e6a3d2e commit b011530
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@

<script type="module">
const { startGame } = await import('./index.js')
startGame({ selector: '#game' })
startGame({ selector: '#game', autoPlay: false, gameTitle: "" })
</script>
2 changes: 1 addition & 1 deletion index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b011530

Please sign in to comment.