Added BitmapText global.

This commit is contained in:
photonstorm 2015-06-03 04:23:49 +01:00
parent 2484ced06d
commit 01de0de7ac

View file

@ -42,3 +42,5 @@ if (PIXI.Graphics.POLY === undefined)
} }
PIXI.TextureSilentFail = true; PIXI.TextureSilentFail = true;
PIXI.BitmapText = { fonts: {} };