slab rendering + select

This commit is contained in:
wass08
2026-01-27 07:37:06 +09:00
parent 8940f70117
commit 0e3130bd60
6 changed files with 84 additions and 7 deletions
@@ -5,6 +5,8 @@ import {
emitter,
type ItemEvent,
type ItemNode,
type SlabEvent,
type SlabNode,
type WallEvent,
type WallNode,
type ZoneEvent,
@@ -17,6 +19,7 @@ type NodeConfig = {
wall: { node: WallNode; event: WallEvent }
building: { node: BuildingNode; event: BuildingEvent }
zone: { node: ZoneNode; event: ZoneEvent }
slab: { node: SlabNode; event: SlabEvent }
}
type NodeType = keyof NodeConfig