Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | storyboard: make Script class private | Marco Capitani | 2018-03-26 | 1 | -1/+1 |
| | | | | | | | | | The Script class has been made private as the script field of the Storyboard class. All script-related functions are now accessible as methods of the storyboard class. In other news: Made the script path in script-example.py pwd resilient. | ||||
* | storyboard: add replayability | Marco Capitani | 2018-03-16 | 1 | -0/+88 |
implements #27 |