From d8d233b7fc4a58b182d6ee3572fa747c8f3f70a1 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 15 Apr 2026 11:13:25 +0200 Subject: [PATCH] auto-git: [change] src/app/ProjectSequencesPanel.tsx --- src/app/ProjectSequencesPanel.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/app/ProjectSequencesPanel.tsx b/src/app/ProjectSequencesPanel.tsx index 0731c976..4ca05186 100644 --- a/src/app/ProjectSequencesPanel.tsx +++ b/src/app/ProjectSequencesPanel.tsx @@ -107,6 +107,11 @@ interface ProjectSequencesPanelProps { stepIndex: number, loop: boolean ): void; + onSetControlStepPathSmooth( + sequenceId: string, + stepIndex: number, + smoothPath: boolean + ): void; onSetNpcTalkStepNpcEntityId( sequenceId: string, stepIndex: number, @@ -207,6 +212,7 @@ export function ProjectSequencesPanel({ onSetControlStepPathId, onSetControlStepPathSpeed, onSetControlStepPathLoop, + onSetControlStepPathSmooth, onSetNpcTalkStepNpcEntityId, onSetNpcTalkStepDialogueId, onSetTeleportStepTarget,