AleksLitynski / teller

A game engine dedicated to making generative content easier to make.
1 stars 0 forks source link

Allow editing of nodes/edges #18

Closed kyung01 closed 10 years ago

kyung01 commented 10 years ago

Let users edit the values of nodes and edges in the graph.

AleksLitynski commented 10 years ago

You can fork and update nodes and edges. You cannot change their value at runtime. If you want a new object with similar properties, make a new object with similar properties and destroy the edges to the old object. It will be garbage collected eventually.