Can now export the time code/actions from Reaper as json data and the storyboard will play them.
This commit is contained in:
parent
b5280b4a4d
commit
c486db5a57
6 changed files with 51 additions and 16 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue