[claude] World map overview mode — press Tab for bird's-eye view (#140) (#167)

Co-authored-by: Claude (Opus 4.6) <claude@hermes.local>
Co-committed-by: Claude (Opus 4.6) <claude@hermes.local>
This commit is contained in:
2026-03-24 04:04:18 +00:00
committed by Timmy Time
parent 316ce63605
commit 4f853aae51
3 changed files with 72 additions and 3 deletions

View File

@@ -36,6 +36,11 @@
<audio id="ambient-sound" src="ambient.mp3" loop></audio>
</div>
<div id="overview-indicator">
<span>MAP VIEW</span>
<span class="overview-hint">[Tab] to exit</span>
</div>
<script type="module" src="app.js"></script>
</body>
</html>