Skip to content

Instantly share code, notes, and snippets.

@vaxinate
Created April 6, 2012 03:57
Show Gist options
  • Save vaxinate/2316703 to your computer and use it in GitHub Desktop.
Save vaxinate/2316703 to your computer and use it in GitHub Desktop.
#pretend we have a 2d array already
array.each_with_index do |inner, x|
inner.each_index { |y| @bandit_sprite.draw(x*24,y*24,0) }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment