You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the "current node" is stored at a string.
We should switch to a stack (table) to allow for returning links.
Potentially append recent nodes to the end of the stack so we won't have to deal with insert/remove. We will need to use #stack to get the current node index.
The text was updated successfully, but these errors were encountered:
Dialogue now creates NodeInstances when moving to a Node,
NodeInstances hold position information and handle updates.
The Dialogue holds a stack of NodeInstances, the dialogue can push, pop or switch at any time.
FixesKeyslam#1, FixesKeyslam#7
Currently the "current node" is stored at a string.
We should switch to a stack (table) to allow for returning links.
Potentially append recent nodes to the end of the stack so we won't have to deal with insert/remove. We will need to use #stack to get the current node index.
The text was updated successfully, but these errors were encountered: