Class: Chronus::GameBackground

Inherits:
GameObject show all
Defined in:
lib/chronus/game_background.rb

Instance Attribute Summary

Attributes inherited from GameObject

#height, #visible, #width, #x, #y, #z

Instance Method Summary collapse

Methods inherited from GameObject

#bottom, #hide, #left, #pos, #right, #show, #top

Constructor Details

#initializeGameBackground

Returns a new instance of GameBackground.



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

def initialize

end