feat(Dialogue): 实现基本的对话系统

This commit is contained in:
2025-10-23 15:46:17 +08:00
parent 869d5794f3
commit efcbc8eea5
29 changed files with 1398 additions and 86 deletions

View File

@@ -103,6 +103,15 @@
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "ShowNextDialogue",
"type": "Button",
"id": "a8bce90a-e5e4-45fe-8189-cfb48debddf5",
"expectedControlType": "",
"processors": "",
"interactions": "",
"initialStateCheck": false
}
],
"bindings": [
@@ -270,6 +279,17 @@
"action": "CutLine",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "86dadc63-5591-4a7b-8fec-e5cfdb31b787",
"path": "<Mouse>/leftButton",
"interactions": "",
"processors": "",
"groups": "",
"action": "ShowNextDialogue",
"isComposite": false,
"isPartOfComposite": false
}
]
}