feat(CutLine): 实现切除连接线的逻辑

This commit is contained in:
2025-10-20 10:33:00 +08:00
parent 5dd9760a20
commit 2b4a7af1e1
7 changed files with 65 additions and 14 deletions

View File

@@ -94,6 +94,15 @@
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "CutLine",
"type": "Button",
"id": "bf20e378-b5e0-4749-90b7-fc2aa09bd5c9",
"expectedControlType": "",
"processors": "",
"interactions": "",
"initialStateCheck": false
}
],
"bindings": [
@@ -250,6 +259,17 @@
"action": "SetInput",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "53d79cef-a048-4b85-8078-03fcfeb79182",
"path": "<Keyboard>/x",
"interactions": "",
"processors": "",
"groups": "",
"action": "CutLine",
"isComposite": false,
"isPartOfComposite": false
}
]
}