# File examples/FadeIn.rb, line 18 def initialize super(640, 480, false, 20) self.caption = "GGLib Tutorial" self.state = StartMenu.new end