From b6649d38c2aa1cf6a30d973477d2d09a86336d5e Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 23 Apr 2026 08:08:19 +0200 Subject: [PATCH] auto-git: [change] src/app/App.tsx --- src/app/App.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index 249b7fde..59d79764 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -10623,13 +10623,13 @@ export function App({ store, initialStatusMessage }: AppProps) {
Links
- Links now start sequences. Build teleport, dialogue, animation, audio, - visibility, and control behavior as sequence effects in the Sequencer, - then reference the sequence here. + Links can either run a reusable sequence or dispatch a shared control + effect directly. Use sequences for multi-step reusable behavior. Use + control links for small direct state changes such as camera overrides.
{links.length === 0 ? (
- {`No sequence links authored for this ${getInteractionSourceEntityLabel(sourceEntity)} yet.`} + {`No links authored for this ${getInteractionSourceEntityLabel(sourceEntity)} yet.`}
) : (