Method: Core::Particles#draw

Defined in:
lib/particles.rb

#draw(xoff = 0, yoff = 0) ⇒ Object



32
33
34
# File 'lib/particles.rb', line 32

def draw(xoff=0, yoff=0)
  @emitter.draw(xoff, yoff)
end