Class: Flonkerton::WelcomeScreen

Inherits:
Screen
  • Object
show all
Defined in:
lib/flonkerton.rb

Instance Method Summary collapse

Methods inherited from Screen

#button_down, #button_down?, #button_up, #clip_to, #close, #go_to, #height, #initialize, #mouse_x, #mouse_y, #params, #setup, #update, #width

Constructor Details

This class inherits a constructor from Flonkerton::Screen

Instance Method Details

#drawObject



237
238
239
# File 'lib/flonkerton.rb', line 237

def draw
  Fonts[:default].draw :text => 'Welcome'
end