You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, after 9 seconds of playing (the first curve to the left of the array of towers), all the sprites dissappear and I have this in Firefox console:
IndexSizeError: Index or size is negative or greater than the allowed amount
in common.js, line 287:
ctx.drawImage(background, sourceX, sourceY, sourceW, sourceH, destX, destY, destW, destH);
The text was updated successfully, but these errors were encountered:
Sometimes, after 9 seconds of playing (the first curve to the left of the array of towers), all the sprites dissappear and I have this in Firefox console:
IndexSizeError: Index or size is negative or greater than the allowed amount
in common.js, line 287:
ctx.drawImage(background, sourceX, sourceY, sourceW, sourceH, destX, destY, destW, destH);
The text was updated successfully, but these errors were encountered: