feat(content): add action story hints and merge GameContent

This commit is contained in:
ginnoir
2026-06-11 18:50:01 -05:00
parent a66a7db066
commit c7d1f3f51b
4 changed files with 41 additions and 3 deletions
+7
View File
@@ -0,0 +1,7 @@
export const storyNodeDefs = [
{
id: 'boot_intro',
prose: 'Placeholder boot.',
triggers: [{ type: 'boot', targetNodeId: 'boot_intro' }],
},
];