diff --git a/src/animation/AnimationParser.js b/src/animation/AnimationParser.js index 251078d215..fd23ccec53 100644 --- a/src/animation/AnimationParser.js +++ b/src/animation/AnimationParser.js @@ -59,7 +59,7 @@ Phaser.AnimationParser = { // Zero or smaller than frame sizes? if (width === 0 || height === 0 || width < frameWidth || height < frameHeight || total === 0) { - console.warn("Phaser.AnimationParser.spriteSheet: width/height zero or width/height < given frameWidth/frameHeight"); + console.warn("Phaser.AnimationParser.spriteSheet: '" + key + "'s width/height zero or width/height < given frameWidth/frameHeight"); return null; }