@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
10 lines • 370 B
TypeScript
/**
*
* @param {Task|TaskGroup} task
* @param {Localization} localization
* @param {Vector2} [size]
* @returns {TaskProgressView}
*/
export function makeSimpleTaskProgressView({ task, localization, size }: Task | TaskGroup): TaskProgressView;
import TaskProgressView from "../view/task/TaskProgressView.js";
//# sourceMappingURL=makeSimpleTaskProgressView.d.ts.map