feat(content): add action story hints and merge GameContent
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export const storyNodeDefs = [
|
||||
{
|
||||
id: 'boot_intro',
|
||||
prose: 'Placeholder boot.',
|
||||
triggers: [{ type: 'boot', targetNodeId: 'boot_intro' }],
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user