auto-git:
[change] src/document/migrate-scene-document.ts
This commit is contained in:
@@ -3598,6 +3598,8 @@ function readEntityInstance(
|
||||
return readSpotLightEntity(value, label);
|
||||
case "playerStart":
|
||||
return readPlayerStartEntity(value, label);
|
||||
case "cameraRig":
|
||||
return readCameraRigEntity(value, label);
|
||||
case "sceneEntry":
|
||||
return readSceneEntryEntity(value, label);
|
||||
case "npc":
|
||||
|
||||
Reference in New Issue
Block a user