Update default entity instance tests to include targetability

This commit is contained in:
2026-05-11 21:23:54 +02:00
parent 4d39cd020e
commit b87a58b3c9

View File

@@ -173,6 +173,7 @@ describe("entity registry defaults", () => {
expect(createDefaultEntityInstance("npc")).toMatchObject({
kind: "npc",
position: { x: 0, y: 0, z: 0 },
targetable: false,
yawDegrees: DEFAULT_NPC_YAW_DEGREES,
modelAssetId: null
});