UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

14 lines 423 B
/** * * @param {number[]} data * @param {number} x * @param {number} y * @param {number} [width] * @param {number} [height] * @param {Vector2} [margin] * @param {string} [label] * @return {Entity} */ export function build_plot_entity_from_array({ data, x, y, width, height, margin, label }: number[]): Entity; import Entity from "../../../ecs/Entity.js"; //# sourceMappingURL=build_plot_entity_from_array.d.ts.map