@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
14 lines • 423 B
TypeScript
export class FogOfWarEditor extends ObjectEditor {
get schema(): {
properties: {
revealAll: {
type: FunctionConstructor;
};
concealAll: {
type: FunctionConstructor;
};
};
};
}
import { ObjectEditor } from "../../../../editor/ecs/component/editors/primitive/ObjectEditor.js";
//# sourceMappingURL=FogOfWarEditor.d.ts.map