Update NPC entity test to include time window presence
This commit is contained in:
@@ -1254,6 +1254,10 @@ describe("scene document JSON", () => {
|
|||||||
const npc = createNpcEntity({
|
const npc = createNpcEntity({
|
||||||
id: "entity-npc-guide",
|
id: "entity-npc-guide",
|
||||||
actorId: "actor-town-guide",
|
actorId: "actor-town-guide",
|
||||||
|
presence: createNpcTimeWindowPresence({
|
||||||
|
startHour: 21.5,
|
||||||
|
endHour: 2.5
|
||||||
|
}),
|
||||||
position: {
|
position: {
|
||||||
x: 4,
|
x: 4,
|
||||||
y: 0,
|
y: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user