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:
Zed A. Shaw 2026-02-22 23:40:00 -05:00
parent 088f9e022e
commit 0fefc83c36
4 changed files with 17 additions and 17 deletions

View file

@ -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 {