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
Public variable nodes. Should have different types. Could possibly just make our current variables exposable as public. A public variable can be inject into the spell. So either as data from outside or as sockets into a spell. Used to create sets of data for different entities to share the same brain/spell.
Need to consider whether public variables can be populated from the top level spell all the way down to subspells or not.
The text was updated successfully, but these errors were encountered:
One thing I would like to see is a set component for each variable type. Prompt input is a text area. Array input would be some kind of tag list perhaps (though arrays are more complicated if they involve complex objects). Boolean would be a switch. A number could be a range slider or just a number text area. String is just an input field. Etc.
These will be programmatically composed from a set of react components. This will make it easier to style these as well.
Public variable nodes. Should have different types. Could possibly just make our current variables exposable as public. A public variable can be inject into the spell. So either as data from outside or as sockets into a spell. Used to create sets of data for different entities to share the same brain/spell.
Need to consider whether public variables can be populated from the top level spell all the way down to subspells or not.
The text was updated successfully, but these errors were encountered: