feat(state): project actions into columns and story tree

This commit is contained in:
ginnoir
2026-06-11 21:01:42 -05:00
parent 163f710f4c
commit 73d836fe96
3 changed files with 197 additions and 13 deletions
+2 -1
View File
@@ -40,7 +40,8 @@ export const useGameStore = create<GameStoreState>((set) => ({
queuedActionIds: [],
queuedActionNames: [],
actions: [],
story: { currentProse: null, choices: [] },
story: { currentProse: null, choices: [], tree: [] },
actionColumns: [],
log: [],
storyPanelOpen: false,
storyHasUnread: false,