Let awareness images replay over and over

This commit is contained in:
2014-06-15 19:49:16 -07:00
parent 753f2cac0f
commit dc362272cc

View File

@@ -629,9 +629,9 @@ function stringSize(str, font)
.appendTo($('body')), .appendTo($('body')),
w = o.width(), w = o.width(),
h = o.height(); h = o.height();
newlines = str.split("\n");
o.remove(); o.remove();
return [w, h]; return [w/newlines, h*newlines];
} }
var EffectSprite = function(game, x, y, key, frame, animation) { var EffectSprite = function(game, x, y, key, frame, animation) {