UNPKG

mylingo3d

Version:

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

10 lines 267 B
import { eventLoopDefaults, eventLoopSchema } from "./IEventLoop"; export const reticleSchema = { ...eventLoopSchema, variant: Number }; export const reticleDefaults = { ...eventLoopDefaults, variant: 1 }; //# sourceMappingURL=IReticle.js.map