Added missing plugins member in Phaser.Game class.

This commit is contained in:
Bilge 2015-01-24 14:29:56 +00:00
parent 6c7c0cb1b6
commit 6f6395f2c6

View file

@ -1161,6 +1161,7 @@ declare module Phaser {
pendingStep: boolean; pendingStep: boolean;
physics: Phaser.Physics; physics: Phaser.Physics;
physicsConfig: any; physicsConfig: any;
plugins: PluginManager;
preserveDrawingBuffer: Boolean; preserveDrawingBuffer: Boolean;
raf: Phaser.RequestAnimationFrame; raf: Phaser.RequestAnimationFrame;
renderer: number; renderer: number;