chore: publish from main

This commit is contained in:
github-actions[bot]
2026-07-07 03:45:40 +00:00
parent e051c19731
commit ed1fa3aabc
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>