UNPKG

mylingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

10 lines 250 B
import { floorDefaults, floorSchema } from "./IFloor"; export const buildingSchema = { ...floorSchema, repeatY: Number }; export const buildingDefaults = { ...floorDefaults, repeatY: 1 }; //# sourceMappingURL=IBuilding.js.map