From 01fd7bea3e6f8279562befc7ef69244fae383d7f Mon Sep 17 00:00:00 2001 From: Joao Paulo Oliveira Fernandes Date: Sat, 17 Feb 2024 16:13:38 -0300 Subject: [PATCH] names update --- static/phaser.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/phaser.js b/static/phaser.js index d1e1acc3be..82e50a7b5b 100644 --- a/static/phaser.js +++ b/static/phaser.js @@ -75263,8 +75263,8 @@ Phaser.Cache.prototype = { { const msg = 'Phaser.Cache.' + method + ': Key "' + key + '" not found in Cache.'; console.warn(msg); - if (window.data.logger) { - window.data.logger.log_message(msg); + if (window.GoldenSun.logger) { + window.GoldenSun.logger.log_message(msg); } } } @@ -105404,8 +105404,8 @@ Phaser.Tileset.prototype = { { 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})`; console.warn(msg); - if (window.data.logger) { - window.data.logger.log_message(msg); + if (window.GoldenSun.logger) { + window.GoldenSun.logger.log_message(msg); } }