UNPKG

mai3-phaser-sdk

Version:

A UI component library based on the Phaser game engine

6 lines 217 B
import { BaseConfig } from "../base/BaseConfig"; export interface JoystickConfig extends BaseConfig { base: Phaser.GameObjects.Arc; thumb: Phaser.GameObjects.Arc; } //# sourceMappingURL=JoystickConfig.d.ts.map