Class: UI::Hall_of_Fame::Turning_Pokeball
- Inherits:
-
Sprite
- Object
- LiteRGSS::Disposable
- LiteRGSS::Drawable
- LiteRGSS::Sprite
- LiteRGSS::ShaderedSprite
- Sprite
- UI::Hall_of_Fame::Turning_Pokeball
- Defined in:
- docs/4_Systems_300_Hall_of_fame.rb
Overview
Class that define the turning Pokeball
Instance Attribute Summary
Attributes inherited from LiteRGSS::ShaderedSprite
Attributes inherited from LiteRGSS::Sprite
#__index__, #angle, #bitmap, #height, #mirror, #opacity, #ox, #oy, #src_rect, #viewport, #visible, #width, #x, #y, #z, #zoom, #zoom_x, #zoom_y
Instance Method Summary collapse
-
#bitmap_filename ⇒ String
The base filename of the image.
-
#initialize(viewport) ⇒ Turning_Pokeball
constructor
Initialize the Sprite.
-
#new_origin ⇒ Array<Integer>
The new origin of the Sprite.
-
#update_anim
Update the angle of the ball.
Methods inherited from Sprite
#load, #mouse_in?, #set_origin_div, #set_rect, #set_rect_div, #set_z, #simple_mouse_in?, #translate_mouse_coords, #update
Methods inherited from LiteRGSS::Sprite
new, #set_origin, #set_position
Methods inherited from LiteRGSS::Disposable
Constructor Details
#initialize(viewport) ⇒ Turning_Pokeball
Initialize the Sprite
264 265 |
# File 'docs/4_Systems_300_Hall_of_fame.rb', line 264 def initialize() end |
Instance Method Details
#bitmap_filename ⇒ String
The base filename of the image
268 269 |
# File 'docs/4_Systems_300_Hall_of_fame.rb', line 268 def bitmap_filename end |
#new_origin ⇒ Array<Integer>
The new origin of the Sprite
272 273 |
# File 'docs/4_Systems_300_Hall_of_fame.rb', line 272 def new_origin end |
#update_anim
Update the angle of the ball
275 276 |
# File 'docs/4_Systems_300_Hall_of_fame.rb', line 275 def update_anim end |