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(); h = o.height();
newlines = str.split("\n").length; newlines = str.split("\n").length;
o.remove(); o.remove();
return [w/newlines, h*newlines]; return [w/newlines, (h+5)*newlines];
} }
var EffectSprite = function(game, x, y, key, frame, animation) { var EffectSprite = function(game, x, y, key, frame, animation) {