auto-git:

[change] src/app/ProjectSequencesPanel.tsx
This commit is contained in:
2026-04-15 11:13:25 +02:00
parent c4836a319c
commit d8d233b7fc

View File

@@ -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,