Skip to content

Commit

Permalink
names update
Browse files Browse the repository at this point in the history
  • Loading branch information
jjppof committed Feb 17, 2024
1 parent 76b6dee commit 01fd7be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions static/phaser.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
}
Expand Down Expand Up @@ -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);
}
}

Expand Down

0 comments on commit 01fd7be

Please sign in to comment.