Class: Chronus::GameView

Inherits:
Object
  • Object
show all
Defined in:
lib/chronus/game_view.rb

Instance Method Summary collapse

Constructor Details

#initialize(width, height, fill = 0x00) ⇒ GameView

Returns a new instance of GameView.



6
7
8
# File 'lib/chronus/game_view.rb', line 6

def initialize(width, height, fill= 0x00)
  
end