Class: UI::Hall_of_Fame::End_Stars_Animation

Inherits:
SpriteStack show all
Defined in:
docs/4_Systems_300_Hall_of_fame.rb

Overview

Class that define the End Stars animation stack

Constant Summary

Constants inherited from SpriteStack

SpriteStack::NO_INITIAL_IMAGE

Instance Attribute Summary

Attributes inherited from SpriteStack

#animated, #data, #moving, #stack, #viewport, #x, #y

Instance Method Summary collapse

Methods inherited from SpriteStack

#[], #add_background, #add_line, #add_text, #anime, #anime_delta_set, #dispose, #each, #execute_anime, #move, #move_to, #opacity, #opacity=, #push, #push_sprite, #set_origin, #set_position, #simple_mouse_in?, #size, #stop_animation, #translate_mouse_coords, #update_animation, #update_position, #visible, #visible=, #with_cache, #with_font, #with_surface, #z, #z=

Constructor Details

#initialize(viewport) ⇒ End_Stars_Animation

Initialize the SpriteStack

Parameters:



383
384
# File 'docs/4_Systems_300_Hall_of_fame.rb', line 383

def initialize(viewport)
end

Instance Method Details

#update

Update each star’s animation



386
387
# File 'docs/4_Systems_300_Hall_of_fame.rb', line 386

def update
end