Class: Flonkerton::Font

Inherits:
Gosu::Font
  • Object
show all
Includes:
Drawable
Defined in:
lib/flonkerton.rb

Instance Method Summary collapse

Methods included from Drawable

#draw

Constructor Details

#initialize(game, name, height = CONFIG[:font_size]) ⇒ Font

Returns a new instance of Font.



44
45
46
# File 'lib/flonkerton.rb', line 44

def initialize(game, name, height = CONFIG[:font_size])
  super(game, name, height)
end