Size wordbubbles to text
This commit is contained in:
@@ -635,7 +635,7 @@ function stringSize(str, font)
|
|||||||
height += 5 + o.height();
|
height += 5 + o.height();
|
||||||
o.remove();
|
o.remove();
|
||||||
}, this);
|
}, this);
|
||||||
return [Math.max(widths), height];
|
return [Math.max.call(widths), height];
|
||||||
}
|
}
|
||||||
|
|
||||||
var EffectSprite = function(game, x, y, key, frame, animation) {
|
var EffectSprite = function(game, x, y, key, frame, animation) {
|
||||||
|
|||||||
Reference in New Issue
Block a user