Files
idlegame/src/content/story.ts
T

8 lines
159 B
TypeScript

export const storyNodeDefs = [
{
id: 'boot_intro',
prose: 'Placeholder boot.',
triggers: [{ type: 'boot', targetNodeId: 'boot_intro' }],
},
];