Module: Rubygame::Sprites::Sprite

Included in:
RuGUI::BaseImageSprite
Defined in:
lib/rugui/framework_adapters/Rubygame.rb

Instance Method Summary collapse

Instance Method Details

#initializeObject

Makes it call super



210
211
212
213
214
215
# File 'lib/rugui/framework_adapters/Rubygame.rb', line 210

def initialize
  super

  @groups = []
  @depth = 0
end