Method: WinClass#load_image

Defined in:
lib/texplay/live.rb

#load_image(file) ⇒ Object



57
58
59
# File 'lib/texplay/live.rb', line 57

def load_image(file)
  Gosu::Image.new(self, file)
end