99 100 101
# File 'lib/window.rb', line 99 def setBackground(src) @background_image = Gosu::Image.new(self,src,true) end