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
+2
View File
@@ -4,6 +4,7 @@ export type {
BuildingEvent,
CameraControlEvent,
CeilingEvent,
DoorEvent,
EventSuffix,
GridEvent,
ItemEvent,
@@ -43,6 +44,7 @@ export * from './schema'
export { default as useScene } from './store/use-scene'
// Systems
export { CeilingSystem } from './systems/ceiling/ceiling-system'
export { DoorSystem } from './systems/door/door-system'
export { ItemSystem } from './systems/item/item-system'
export { RoofSystem } from './systems/roof/roof-system'
export { SlabSystem } from './systems/slab/slab-system'