feat(npcs): add campaign NPCs with relation graph and session overlay
Add a dedicated NPC editor window, directed relations, control/presentation avatar overlay, and ru/en help for the new section. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -55,6 +55,8 @@ export default defineConfig(({ mode }) => {
|
||||
control: path.resolve(__dirname, 'app/renderer/control.html'),
|
||||
sceneDescription: path.resolve(__dirname, 'app/renderer/sceneDescription.html'),
|
||||
materials: path.resolve(__dirname, 'app/renderer/materials.html'),
|
||||
npcsEditor: path.resolve(__dirname, 'app/renderer/npcsEditor.html'),
|
||||
npcs: path.resolve(__dirname, 'app/renderer/npcs.html'),
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user