Let awareness images replay over and over
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user