UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines (5 loc) 212 B
import {System} from "../../System"; import {GraphicsEngine} from "../../../graphics/GraphicsEngine"; export default class HeadsUpDisplaySystem extends System { constructor(graphics: GraphicsEngine) }