Skip to content

Commit 9e9cf1a

Browse files
alvinsightclark-stevenson
authored andcommitted
Added game.add.plugin to the definitions file
1 parent 938fd51 commit 9e9cf1a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build/phaser.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2061,6 +2061,7 @@ declare module Phaser {
20612061
group(parent?: any, name?: string, addToStage?: boolean, enableBody?: boolean, physicsBodyType?: number): Phaser.Group;
20622062
image(x: number, y: number, key: any, frame?: any, group?: Phaser.Group): Phaser.Image;
20632063
physicsGroup(physicsBodyType: number, parent?: any, name?: string, addToStage?: boolean): Phaser.Group;
2064+
plugin(plugin: Phaser.Plugin, ...parameter: any[]): Phaser.Plugin;
20642065
renderTexture(width?: number, height?: number, key?: string, addToCache?: boolean): Phaser.RenderTexture;
20652066
retroFont(font: string, characterWidth: number, characterHeight: number, chars: string, charsPerRow: number, xSpacing?: number, ySpacing?: number, xOffset?: number, yOffset?: number): Phaser.RetroFont;
20662067
sound(key: string, volume?: number, loop?: number, connect?: boolean): Phaser.Sound;

0 commit comments

Comments
 (0)