This commit is contained in:
33333-33333 2026-07-03 20:57:02 +09:00
commit 88f618cadf
55 changed files with 1299 additions and 447 deletions

View file

@ -27,7 +27,7 @@
function updateGroundUI(worldRef = null) {
const uiRef = global.ui || {};
const def = groundDef(worldRef);
const label = def.label || "\u7802";
const label = def.label || "\u5730\u9762";
const statEl = uiRef.statGroundType || document.getElementById("statGroundType");
const btnEl = uiRef.groundTypeBtn || document.getElementById("groundTypeBtn");
if (statEl) setTextIfChanged(statEl, "groundType", label);