trystyncote / scripted-video

This is a project that attempts to produce an animation-looking video based on a given script.
MIT License
0 stars 0 forks source link

Restructure the Scripter class to remove the divider between 'header' and 'body'. #2

Closed trystyncote closed 1 year ago

trystyncote commented 2 years ago

The Scripter class currently splits the raw script along the 'header' and 'body' by the line '---' using the dissector() function. I don't like this functionality and want to define the script as one variable, instead of splitting the script between two variables.

trystyncote commented 1 year ago

The Scripter class now supports this functionality, although it has yet to be tested.