From 28c1d080232194a021af3c8166fb2cd3374135a0 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 14 Apr 2026 13:49:33 +0200 Subject: [PATCH] Add new control effects and find function in App.tsx --- src/app/App.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/App.tsx b/src/app/App.tsx index 93e80958..53ca2a97 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -301,6 +301,8 @@ import { type InteractionTriggerKind } from "../interactions/interaction-links"; import { + createFollowActorPathControlEffect, + createPlayActorAnimationControlEffect, formatControlEffectValue, formatControlTargetRef, getControlTargetRefKey @@ -339,6 +341,7 @@ import { cloneProjectScheduler, createProjectScheduleEveryDaySelection, createProjectScheduleRoutine, + findProjectScheduleRoutineEffect, removeProjectScheduleRoutine, upsertProjectScheduleRoutine, type ProjectScheduleRoutine