8 lines
159 B
TypeScript
8 lines
159 B
TypeScript
export const storyNodeDefs = [
|
|
{
|
|
id: 'boot_intro',
|
|
prose: 'Placeholder boot.',
|
|
triggers: [{ type: 'boot', targetNodeId: 'boot_intro' }],
|
|
},
|
|
];
|