Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 3rd, 2012  |  syntax: None  |  size: 0.28 KB  |  hits: 9  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. table.insert(
  2.         anim.quads,
  3.         love.graphics.newQuad(
  4.                 math.floor(i*92.3)%923,
  5.                 math.floor(i/10)*79,
  6.                 92, 79,
  7.                 923, 316))
  8.  
  9.  
  10.  
  11. local quad = love.graphics.newQuad(
  12.                         math.floor(i*92.3)%923,
  13.                         math.floor(i/10)*79,
  14.                         92, 79,
  15.                         923, 316)
  16. table.insert(anim.quads, quad)