Update NPC entity test to include time window presence

This commit is contained in:
2026-04-13 23:55:59 +02:00
parent f86cad1ea8
commit 5166af9cbf

View File

@@ -1254,6 +1254,10 @@ describe("scene document JSON", () => {
const npc = createNpcEntity({
id: "entity-npc-guide",
actorId: "actor-town-guide",
presence: createNpcTimeWindowPresence({
startHour: 21.5,
endHour: 2.5
}),
position: {
x: 4,
y: 0,