Add Shift-run, live minimap, README; bump assets to v11

This commit is contained in:
2026-08-23 10:04:45 +00:00
parent 8680f79102
commit 862d09b3ee
4 changed files with 112 additions and 12 deletions
+1 -1
View File
@@ -357,7 +357,7 @@ const UI = {
v.innerHTML = `
<div class="w2d-wrap">
<canvas id="w2d" width="960" height="540"></canvas>
<div class="w2d-hint"><b>Click / tap map</b> to walk there (tap NPC to talk) · <b>WASD / Arrows</b> also move · <b>E</b> interact · <b>D-pad</b> bottom-right for touch · glowing <b>➜</b> arches travel · touch beasts to fight</div>
<div class="w2d-hint"><b>Click / tap map</b> to walk there (tap NPC to talk) · <b>WASD / Arrows</b> move · <b>Shift</b> run · <b>E</b> interact · <b>D-pad</b> bottom-right for touch · glowing <b>➜</b> arches travel · touch beasts to fight · minimap top-right</div>
</div>
<div class="scene-head"><h2>${Util.esc(L.name)} <span class="tag">${L.region}</span>${L.danger ? `<span class="tag red">danger ${'★'.repeat(L.danger)}</span>` : ''}${L.nightOnly ? '<span class="tag blue">night only</span>' : ''}</h2></div>
<p class="scene-desc">${L.desc}</p>