Skip to content

Commit

Permalink
remove buttons and update package.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherbot committed Dec 1, 2023
1 parent 808068d commit 98a89cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
</head>

<body>
<div class="window-controls" style="text-align: center">
<!-- <div class="window-controls" style="text-align: center">
<button onclick="_game.scale.toggleFullscreen()">fullscreen</button>
<button onclick="_game.sound.mute = !_game.sound.mute">mute</button>
<button onclick="window.location.reload(true)">refresh</button>
</div>
</div> -->
<div id="app"></div>
<script type="module" src="src/main.ts"></script>
</body>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

0 comments on commit 98a89cb

Please sign in to comment.