Class: UI::Hall_of_Fame::League_Champion_Text_Box
- Inherits:
-
SpriteStack
- Object
- SpriteStack
- UI::Hall_of_Fame::League_Champion_Text_Box
- Defined in:
- docs/4_Systems_300_Hall_of_fame.rb
Overview
Class that define the League Champion text box stack
Constant Summary collapse
Constants inherited from SpriteStack
Instance Attribute Summary collapse
-
#text
Returns the value of attribute text.
Attributes inherited from SpriteStack
#animated, #data, #moving, #stack, #viewport, #x, #y
Instance Method Summary collapse
-
#box_filename ⇒ String
The base filename of the window.
-
#initial_coordinates ⇒ Array<Integer>
The SpriteStack initial coordinates.
-
#initialize(viewport) ⇒ League_Champion_Text_Box
constructor
Initialize the SpriteStack.
-
#text_coordinates ⇒ Array<Integer>
The base coordinates of the text.
-
#y_final ⇒ Integer
Get the constant’s value.
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, #update_animation, #update_position, #visible, #visible=, #with_cache, #with_font, #with_surface, #z, #z=
Constructor Details
#initialize(viewport) ⇒ League_Champion_Text_Box
Initialize the SpriteStack
316 317 |
# File 'docs/4_Systems_300_Hall_of_fame.rb', line 316 def initialize() end |
Instance Attribute Details
#text
Returns the value of attribute text.
309 310 311 |
# File 'docs/4_Systems_300_Hall_of_fame.rb', line 309 def text @text end |
Instance Method Details
#box_filename ⇒ String
The base filename of the window
324 325 |
# File 'docs/4_Systems_300_Hall_of_fame.rb', line 324 def box_filename end |
#initial_coordinates ⇒ Array<Integer>
The SpriteStack initial coordinates
320 321 |
# File 'docs/4_Systems_300_Hall_of_fame.rb', line 320 def initial_coordinates end |
#text_coordinates ⇒ Array<Integer>
The base coordinates of the text
332 333 |
# File 'docs/4_Systems_300_Hall_of_fame.rb', line 332 def text_coordinates end |
#y_final ⇒ Integer
Get the constant’s value
328 329 |
# File 'docs/4_Systems_300_Hall_of_fame.rb', line 328 def y_final end |