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

@ -123,7 +123,8 @@ namespace GameDB {
settings::get("tiles"),
settings::get("devices"),
settings::get("bosses"),
settings::get("rituals")
settings::get("rituals"),
settings::get("stories")
});
}
}