This commit is contained in:
33333-33333 2026-06-26 12:46:32 +09:00
commit 86226ccc94
97 changed files with 5790 additions and 2307 deletions

View file

@ -64,7 +64,7 @@
}
const p = ctx.screenToWorldEvent(e);
if (!p.inside) return;
world.handleClick(p.x, p.y);
window.TarinaiCommands?.dispatch?.(world, { type: "pointer.primary", x: p.x, y: p.y });
renderStats();
});