@urso/core 0.7.44 → 0.7.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -256,6 +256,7 @@ class ModulesAssetsService {
|
|
|
256
256
|
const savedFont = PIXI.BitmapFont.available[fontData.bitmapFont.font];
|
|
257
257
|
|
|
258
258
|
if (savedFont) {
|
|
259
|
+
Urso.logger.warn(`bitmapFont ${fontData.bitmapFont.font} was rewritten with key ${fontName}`);
|
|
259
260
|
PIXI.BitmapFont.available[fontName] = savedFont;
|
|
260
261
|
delete PIXI.BitmapFont.available[fontData.bitmapFont.font];
|
|
261
262
|
}
|