We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 053f862 + 7498e6a commit 615d1b6Copy full SHA for 615d1b6
1 file changed
src/animation/AnimationParser.js
@@ -59,7 +59,7 @@ Phaser.AnimationParser = {
59
// Zero or smaller than frame sizes?
60
if (width === 0 || height === 0 || width < frameWidth || height < frameHeight || total === 0)
61
{
62
- 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");
63
return null;
64
}
65
0 commit comments