mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 05:33:35 +00:00
Added BitmapText global.
This commit is contained in:
parent
2484ced06d
commit
01de0de7ac
1 changed files with 2 additions and 0 deletions
|
@ -42,3 +42,5 @@ if (PIXI.Graphics.POLY === undefined)
|
|||
}
|
||||
|
||||
PIXI.TextureSilentFail = true;
|
||||
|
||||
PIXI.BitmapText = { fonts: {} };
|
||||
|
|
Loading…
Reference in a new issue