feat(state): project actions into columns and story tree
This commit is contained in:
+2
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user