Fix installed canvas repo scope follow-up (#2230)

* Address canvas review feedback

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

* Optimize arcade sprite sheet

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

* Shrink arcade extension package files

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

* Address backlog canvas API review

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

* Compress arcade defender sounds

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
James Montemagno
2026-07-06 20:45:13 -07:00
committed by GitHub
parent 1f92908fa8
commit cb2a6022d7
37 changed files with 70 additions and 37 deletions
+4 -1
View File
@@ -929,6 +929,9 @@
<div id="game"></div>
<script src="./hud.js"></script>
<script src="./phaser.min.js"></script>
<script type="module" src="./game.js"></script>
<script type="module">
await window.__agentArcadePhaserReady;
await import("./game.js");
</script>
</body>
</html>