mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
commit
4502ca1bf6
1 changed files with 14 additions and 0 deletions
14
build/phaser.d.ts
vendored
14
build/phaser.d.ts
vendored
|
@ -824,6 +824,20 @@ declare module Phaser {
|
|||
}
|
||||
|
||||
class BitmapText extends Phaser.Text {
|
||||
constructor(game: Phaser.Game, x?: number, y?: number, text?: string, style?: Object);
|
||||
alive: boolean;
|
||||
anchor: Phaser.Point;
|
||||
angle: number;
|
||||
exist: boolean;
|
||||
game: Phaser.Game;
|
||||
group: Phaser.Group;
|
||||
name: string;
|
||||
renderable: boolean;
|
||||
scale: Phaser.Point;
|
||||
type: number; // readonly
|
||||
x: number;
|
||||
y: number;
|
||||
update(): void;
|
||||
}
|
||||
|
||||
class Button {
|
||||
|
|
Loading…
Add table
Reference in a new issue