diff --git a/src/app/App.tsx b/src/app/App.tsx index dc42044b..6e54a684 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -464,6 +464,10 @@ function getInteractionActionLabel(link: InteractionLink): string { return "Teleport Player"; case "toggleVisibility": return "Toggle Visibility"; + case "playAnimation": + return "Play Animation"; + case "stopAnimation": + return "Stop Animation"; } }