Add navigationMode to entity-instances test data

This commit is contained in:
2026-04-11 11:19:38 +02:00
parent 1576282819
commit d36b40c333

View File

@@ -32,6 +32,7 @@ describe("entity registry defaults", () => {
kind: "playerStart",
position: { x: 0, y: 0, z: 0 },
yawDegrees: 0,
navigationMode: "firstPerson",
collider: {
mode: "capsule",
eyeHeight: DEFAULT_PLAYER_START_EYE_HEIGHT,