UNPKG

@mai3/phaser-sdk

Version:

A UI component library based on the Phaser game engine

14 lines 426 B
import { BaseButtonConfig } from "../base/BaseButtonConfig"; export interface RoundedButtonConfig extends BaseButtonConfig { radius?: number; texture?: string; frame?: string | number; borderWidth?: number; borderColor?: number; backgroundColor?: number; backgroundAlpha?: number; text?: string; fontColor?: string; fontSize?: number; } //# sourceMappingURL=RoundedButtonConfig.d.ts.map