feat: Add player sprinting with stamina, flashlight and environmental shadows, and introduce new monster entities with expanded world furniture and safe zones.

This commit is contained in:
2026-01-03 11:07:34 +00:00
parent 94b6d7ac80
commit d588433d8a
8 changed files with 1197 additions and 16 deletions

View File

@@ -19,10 +19,14 @@
</div>
<div id="hud" style="display: none;">
<div id="battery">Battery: <span id="battery-level">100%</span></div>
<div id="stamina-container">
<div id="stamina-bar"></div>
</div>
</div>
<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>