nice progress on doors

This commit is contained in:
wass08
2026-02-25 14:05:32 +09:00
parent 27e4afb757
commit 7608cad748
3 changed files with 239 additions and 94 deletions
+3
View File
@@ -51,6 +51,9 @@ export const DoorNode = BaseNode.extend({
handleHeight: z.number().default(1.05),
handleSide: z.enum(['left', 'right']).default('right'),
// Leaf inner margin — space between leaf edge and segment content area [x, y]
contentPadding: z.tuple([z.number(), z.number()]).default([0.04, 0.04]),
// Emergency / commercial hardware
doorCloser: z.boolean().default(false),
panicBar: z.boolean().default(false),