Changes include Vertical TwineNodes, scrolling, end of story TwineNodes disappearing, non-static InsertIndex, the ability to minimize all TwineStories using the "M" key, eliminated several TwineNode related bugs as well. Also was a bit of a challenge to fix some problems that were caused when trying to combine Adante's new code with my code, but ultimately I figured it out.
One thing that doesn't seem to cause any problems is that I am not really sure what variables to make public and what to make private.
Everything seems to work in testing.
Changes include Vertical TwineNodes, scrolling, end of story TwineNodes disappearing, non-static InsertIndex, the ability to minimize all TwineStories using the "M" key, eliminated several TwineNode related bugs as well. Also was a bit of a challenge to fix some problems that were caused when trying to combine Adante's new code with my code, but ultimately I figured it out.
One thing that doesn't seem to cause any problems is that I am not really sure what variables to make public and what to make private.