draft custom door

This commit is contained in:
wass08
2026-02-25 13:28:42 +09:00
parent d9317bfba2
commit 27e4afb757
25 changed files with 1661 additions and 14 deletions
@@ -3,6 +3,8 @@ import {
type BuildingNode,
type CeilingEvent,
type CeilingNode,
type DoorEvent,
type DoorNode,
type EventSuffix,
emitter,
type ItemEvent,
@@ -36,6 +38,7 @@ type NodeConfig = {
ceiling: { node: CeilingNode; event: CeilingEvent }
roof: { node: RoofNode; event: RoofEvent }
window: { node: WindowNode; event: WindowEvent }
door: { node: DoorNode; event: DoorEvent }
}
type NodeType = keyof NodeConfig