Skip to content

Commit 01fd7be

Browse files
committed
names update
1 parent 76b6dee commit 01fd7be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

static/phaser.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75263,8 +75263,8 @@ Phaser.Cache.prototype = {
7526375263
{
7526475264
const msg = 'Phaser.Cache.' + method + ': Key "' + key + '" not found in Cache.';
7526575265
console.warn(msg);
75266-
if (window.data.logger) {
75267-
window.data.logger.log_message(msg);
75266+
if (window.GoldenSun.logger) {
75267+
window.GoldenSun.logger.log_message(msg);
7526875268
}
7526975269
}
7527075270
}
@@ -105404,8 +105404,8 @@ Phaser.Tileset.prototype = {
105404105404
{
105405105405
const msg = `Phaser.Tileset - '${this.name}' image tile area (${imageWidth} x ${imageHeight}) is not a whole multiple of tile size (${this.tileWidth} x ${this.tileHeight} + ${this.tileMargin} + ${this.tileSpacing})`;
105406105406
console.warn(msg);
105407-
if (window.data.logger) {
105408-
window.data.logger.log_message(msg);
105407+
if (window.GoldenSun.logger) {
105408+
window.GoldenSun.logger.log_message(msg);
105409105409
}
105410105410
}
105411105411

0 commit comments

Comments
 (0)