stable
This commit is contained in:
parent
fbdac9ebf1
commit
86226ccc94
97 changed files with 5790 additions and 2307 deletions
|
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue