mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 05:03:37 +00:00
Fixes #2807
This commit is contained in:
parent
47d6f59b58
commit
24f04c75c8
1 changed files with 1 additions and 0 deletions
1
v2-community/typescript/phaser.d.ts
vendored
1
v2-community/typescript/phaser.d.ts
vendored
|
@ -4786,6 +4786,7 @@ declare module Phaser {
|
|||
scale: Phaser.ScaleManager;
|
||||
sound: Phaser.SoundManager;
|
||||
stage: Phaser.Stage;
|
||||
state: Phaser.StateManager;
|
||||
time: Phaser.Time;
|
||||
tweens: Phaser.TweenManager;
|
||||
world: Phaser.World;
|
||||
|
|
Loading…
Reference in a new issue