Class: Chronus::GameBackground
- Inherits:
-
GameObject
- Object
- GameModel
- GameObject
- Chronus::GameBackground
- Defined in:
- lib/chronus/game_background.rb
Instance Attribute Summary
Attributes inherited from GameObject
#height, #visible, #width, #x, #y, #z
Instance Method Summary collapse
-
#initialize ⇒ GameBackground
constructor
A new instance of GameBackground.
Methods inherited from GameObject
#bottom, #hide, #left, #pos, #right, #show, #top
Constructor Details
#initialize ⇒ GameBackground
Returns a new instance of GameBackground.
6 7 8 |
# File 'lib/chronus/game_background.rb', line 6 def initialize end |