removed unused processesseessess
This commit is contained in:
parent
348f355eb2
commit
4fdc567e08
158 changed files with 1317 additions and 3351 deletions
|
|
@ -4,7 +4,7 @@
|
|||
function bindMouseInput(ctx) {
|
||||
if (!ctx?.canvas) return false;
|
||||
const { canvas, world, uiCache } = ctx;
|
||||
const actions = global.TarinaiPointerActionSystem?.create?.(ctx);
|
||||
const actions = global.TarinaiPointerActionSystem.create(ctx);
|
||||
|
||||
canvas.addEventListener("contextmenu", (e) => e.preventDefault());
|
||||
canvas.addEventListener("mousedown", (e) => {
|
||||
|
|
@ -45,7 +45,6 @@
|
|||
world.pointer.motion = 0;
|
||||
world.hoverGrabTarget = null;
|
||||
world.hoverDeleteTarget = null;
|
||||
world.hoverShootTarget = null;
|
||||
});
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue