Update imports and add new function in runtime-interaction-system.test.ts

This commit is contained in:
2026-04-14 23:50:12 +02:00
parent a88fb5422d
commit b578897fd0

View File

@@ -2,7 +2,10 @@ import { describe, expect, it } from "vitest";
import { createEmptyRuntimeControlSurfaceDefinition } from "../../src/controls/control-surface";
import { createEmptyProjectDialogueLibrary } from "../../src/dialogues/project-dialogues";
import { createEmptyProjectSequenceLibrary } from "../../src/sequencer/project-sequences";
import {
createEmptyProjectSequenceLibrary,
createProjectSequence
} from "../../src/sequencer/project-sequences";
import {
createPlayerStartInputBindings,
createPlayerStartMovementTemplate
@@ -10,6 +13,7 @@ import {
import {
createPlayAnimationInteractionLink,
createPlaySoundInteractionLink,
createRunSequenceInteractionLink,
createStartDialogueInteractionLink,
createTeleportPlayerInteractionLink,
createToggleVisibilityInteractionLink,