# File gglib/ext/splash.rb, line 4 def initialize(width=640, height=480, img = "null.png", caption = "Loading...") super(width, height, false, 20) self.caption = caption @background_image = Gosu::Image.new(self, img, true) @done=false end