UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

17 lines (15 loc) 428 B
import { ObjectEditor } from "../../../../editor/ecs/component/editors/primitive/ObjectEditor.js"; export class FogOfWarEditor extends ObjectEditor { get schema() { return { properties: { revealAll: { type: Function }, concealAll: { type: Function } } }; } }