auto-git:
[change] src/app/App.tsx [change] src/controls/control-surface.ts [change] src/document/migrate-scene-document.ts [change] src/document/scene-document-validation.ts [change] src/document/scene-document.ts [change] src/interactions/interaction-links.ts [change] src/runtime-three/runtime-audio-system.ts [change] src/runtime-three/runtime-host.ts [change] src/runtime-three/runtime-interaction-system.ts [change] src/runtime-three/runtime-scene-build.ts [change] tests/domain/runtime-control-foundation.test.ts [change] tests/domain/runtime-interaction-system.test.ts [change] tests/serialization/control-interaction-links.test.ts [change] tests/unit/runtime-host.test.ts
This commit is contained in:
@@ -4,7 +4,11 @@ import {
|
||||
createLightControlTargetRef,
|
||||
createSetLightEnabledControlEffect
|
||||
} from "../../src/controls/control-surface";
|
||||
import { createEmptySceneDocument, NPC_PRESENCE_SCENE_DOCUMENT_VERSION, SCENE_DOCUMENT_VERSION } from "../../src/document/scene-document";
|
||||
import {
|
||||
createEmptySceneDocument,
|
||||
NPC_PRESENCE_SCENE_DOCUMENT_VERSION,
|
||||
SCENE_DOCUMENT_VERSION
|
||||
} from "../../src/document/scene-document";
|
||||
import { migrateSceneDocument } from "../../src/document/migrate-scene-document";
|
||||
import {
|
||||
createPointLightEntity,
|
||||
|
||||
Reference in New Issue
Block a user