Skip to content

Commit

Permalink
fix make demo flourishes non selectable, non grabbable
Browse files Browse the repository at this point in the history
  • Loading branch information
avidrucker committed Oct 20, 2024
1 parent 98aaa94 commit d0d7108
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
},
Expand All @@ -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 },
},
Expand All @@ -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 },
},
Expand Down

0 comments on commit d0d7108

Please sign in to comment.