Can now export the time code/actions from Reaper as json data and the storyboard will play them.

This commit is contained in:
Zed A. Shaw 2025-11-12 11:42:22 -05:00
parent b5280b4a4d
commit c486db5a57
6 changed files with 51 additions and 16 deletions

View file

@ -18,6 +18,7 @@ namespace components {
void init() {
if(!MAP_configured) {
components::enroll<AnimatedScene>(MAP);
components::enroll<Storyboard>(MAP);
components::enroll<Combat>(MAP);
components::enroll<Position>(MAP);
components::enroll<Curative>(MAP);