Class: UI::Hall_of_Fame::Dead_Pokemon_Text
- Inherits:
-
SpriteStack
- Object
- SpriteStack
- UI::Hall_of_Fame::Dead_Pokemon_Text
- Defined in:
- docs/4_Systems_300_Hall_of_fame.rb
Overview
Class that define the Dead Pokemon text
Constant Summary collapse
Constants inherited from SpriteStack
Instance Attribute Summary
Attributes inherited from SpriteStack
#animated, #data, #moving, #stack, #viewport, #x, #y
Instance Method Summary collapse
-
#bmp_filename ⇒ String
The base filename of the window.
-
#initialize(viewport, x, y) ⇒ Dead_Pokemon_Text
constructor
Initialize the SpriteStack.
-
#text=(pkm)
Change the text according to the data sent.
-
#text_coordinate ⇒ Array<Integer>
The base coordinates of the text.
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, x, y) ⇒ Dead_Pokemon_Text
Initialize the SpriteStack
245 246 |
# File 'docs/4_Systems_300_Hall_of_fame.rb', line 245 def initialize(, x, y) end |
Instance Method Details
#bmp_filename ⇒ String
The base filename of the window
249 250 |
# File 'docs/4_Systems_300_Hall_of_fame.rb', line 249 def bmp_filename end |
#text=(pkm)
Change the text according to the data sent
257 258 |
# File 'docs/4_Systems_300_Hall_of_fame.rb', line 257 def text=(pkm) end |
#text_coordinate ⇒ Array<Integer>
The base coordinates of the text
253 254 |
# File 'docs/4_Systems_300_Hall_of_fame.rb', line 253 def text_coordinate end |