Let awareness images replay over and over

This commit is contained in:
2014-06-15 19:51:41 -07:00
parent d6191ef1d9
commit c4d1f3c925

View File

@@ -631,7 +631,7 @@ function stringSize(str, font)
h = o.height();
newlines = str.split("\n").length;
o.remove();
return [w/newlines, h*newlines];
return [w/newlines, (h+5)*newlines];
}
var EffectSprite = function(game, x, y, key, frame, animation) {