Skip to content

Commit

Permalink
Handle door update
Browse files Browse the repository at this point in the history
  • Loading branch information
damien.fayol committed Jul 19, 2023
1 parent 319648d commit 067e7bf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/components/Menu/Dialog.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,3 @@
</div>
</div>
</div>

<style>
.npc {
}
.player {
}
</style>
1 change: 1 addition & 0 deletions src/components/Script.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
<Box
x={script.x}
y={script.y}
z={script.z ?? 0}
wx={script.depth ?? 0}
wy={1}
rz={script.t}
Expand Down
1 change: 1 addition & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export type Npc = {
dialogs: string[];
color?: number;
depth?: number;
z?: number;
} & OrientedPosition;

export type AiMode = 'idle' | 'attack-on-sight';
Expand Down

0 comments on commit 067e7bf

Please sign in to comment.