Add modelAssetId to entity creation test
This commit is contained in:
@@ -179,7 +179,8 @@ test("escape cancels a typed entity creation preview", async ({ page }) => {
|
|||||||
target: {
|
target: {
|
||||||
kind: "entity",
|
kind: "entity",
|
||||||
entityKind: "playerStart",
|
entityKind: "playerStart",
|
||||||
audioAssetId: null
|
audioAssetId: null,
|
||||||
|
modelAssetId: null
|
||||||
},
|
},
|
||||||
center: null
|
center: null
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user