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

@ -5,7 +5,7 @@
if (tool === "water_hose") return "crosshair";
if (tool === "pinch") return "grab";
if (tool === "observe") return "default";
if (tool === "poke" || tool === "delete") return "pointer";
if (tool === "poke" || tool === "delete" || tool === "area_delete") return "pointer";
return "crosshair";
}