UNPKG

zippy-game-engine

Version:

A lightweight game engine for web games

7 lines 439 B
export { GameEngineFactory } from "./factories/game-engine-factory.js"; export { GameEngine } from "./core/game-engine.js"; export type { Scene } from "./scene-system/scene.js"; export type { SceneSystemMode } from "./scene-system/scene-system-mode.js"; export type { InputSystem } from "./input-system/input-system.js"; export type { TouchEventSystem } from "./input-system/type/touch-event-system.js"; //# sourceMappingURL=index.d.ts.map