Method: Pixelart::GeneratorEx.use

Defined in:
lib/punks/pixelart/generator.rb

.use(sheet, image_class: Image) ⇒ Object

check - allow more sheets - why? why not?



17
18
19
# File 'lib/punks/pixelart/generator.rb', line 17

def self.use( sheet, image_class: Image )    ### check - allow more sheets - why? why not?
  new( sheet, image_class: image_class )
end