This commit is contained in:
parent
3fd8375031
commit
17b878e3be
1 changed files with 2 additions and 1 deletions
|
@ -309,7 +309,8 @@ export const main = createLayer("main", function (this: BaseLayer) {
|
||||||
requirements: createCostRequirement(() => ({ cost: 10, resource: points })),
|
requirements: createCostRequirement(() => ({ cost: 10, resource: points })),
|
||||||
style: {
|
style: {
|
||||||
x: "100px",
|
x: "100px",
|
||||||
y: "100px"
|
y: "100px",
|
||||||
|
pointerEvents: "none"
|
||||||
}
|
}
|
||||||
}));
|
}));
|
||||||
makeDraggable(cNode, {
|
makeDraggable(cNode, {
|
||||||
|
|
Loading…
Reference in a new issue