From d0d7108062da42e4d0e6a8199fff54730c4aad1b Mon Sep 17 00:00:00 2001 From: avidrucker Date: Sun, 20 Oct 2024 18:59:21 -0400 Subject: [PATCH] fix make demo flourishes non selectable, non grabbable --- src/App.jsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/App.jsx b/src/App.jsx index e6f85a5..95fe38b 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -416,6 +416,9 @@ This is the first of two plant-type shields he acquires, granting him an improve state: null, tempState: "available", }, + selectable: false, + pannable: true, + grabbable: false, group: "nodes", position: { x: 0, y: -45 }, }, @@ -428,6 +431,9 @@ This is the first of two plant-type shields he acquires, granting him an improve state: null, tempState: "hidden", }, + selectable: false, + pannable: true, + grabbable: false, group: "nodes", position: { x: 100, y: -45 }, }, @@ -440,6 +446,9 @@ This is the first of two plant-type shields he acquires, granting him an improve state: null, tempState: "hidden", }, + selectable: false, + pannable: true, + grabbable: false, group: "nodes", position: { x: 200, y: -45 }, },