From 3b2c7733f2a967de9863239406d31ddbf98f4909 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 14 Apr 2026 19:58:42 +0200 Subject: [PATCH] Add dialogue interaction link functionality --- src/app/App.tsx | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/src/app/App.tsx b/src/app/App.tsx index 60651a96..6a31aabc 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -7686,6 +7686,7 @@ export function App({ store, initialStatusMessage }: AppProps) { + @@ -7865,6 +7866,28 @@ export function App({ store, initialStatusMessage }: AppProps) { + ) : link.action.type === "startDialogue" ? ( +
+ +
) : link.action.type === "stopAnimation" ? (
);