stories.json now encodes the duration for a transform so that the time code of the event isn't also controlling the time that the transform runs.
This commit is contained in:
parent
088f9e022e
commit
0fefc83c36
4 changed files with 17 additions and 17 deletions
|
|
@ -107,7 +107,7 @@ namespace components {
|
|||
std::string image;
|
||||
std::string audio;
|
||||
std::vector<std::string> layout;
|
||||
std::vector<std::array<std::string, 3>> beats;
|
||||
std::vector<std::array<std::string, 4>> beats;
|
||||
};
|
||||
|
||||
struct Combat {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue