feat: Introduce throwable flares and player flashlight overload, enabling monster stunning/teleportation, and remove debug dot.

This commit is contained in:
2026-01-03 11:24:26 +00:00
parent d588433d8a
commit a74ccd1f6d
7 changed files with 222 additions and 62 deletions

View File

@@ -26,7 +26,6 @@
<div id="debug-log"
style="position: absolute; top: 10px; left: 10px; z-index: 10000; color: lime; font-family: monospace; pointer-events: none; background: rgba(0,0,0,0.8); max-height: 50%; overflow-y: auto; font-size: 12px; padding: 10px; width: 300px; display: none;">
</div>
<div id="test-dot"></div>
</div>
<script type="module" src="/src/main.js"></script>