Update interaction action labels for play and stop animation
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user