Class: Chronus::GameSprite

Inherits:
GameObject show all
Defined in:
lib/chronus/game_sprite.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

#initializeGameSprite

Returns a new instance of GameSprite.



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

def initialize

end