Class: UI::Hall_of_Fame::Turning_Pokeball

Inherits:
Sprite show all
Defined in:
docs/01450_Systems_00300_Hall_of_fame.rb

Overview

Class that define the turning Pokeball

Instance Attribute Summary

Attributes inherited from LiteRGSS::ShaderedSprite

#blendmode, #shader

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

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

#dispose, #disposed?

Constructor Details

#initialize(viewport) ⇒ Turning_Pokeball

Initialize the Sprite

Parameters:



264
265
# File 'docs/01450_Systems_00300_Hall_of_fame.rb', line 264

def initialize(viewport)
end

Instance Method Details

#bitmap_filenameString

The base filename of the image

Returns:



268
269
# File 'docs/01450_Systems_00300_Hall_of_fame.rb', line 268

def bitmap_filename
end

#new_originArray<Integer>

The new origin of the Sprite

Returns:

  • (Array<Integer>)


272
273
# File 'docs/01450_Systems_00300_Hall_of_fame.rb', line 272

def new_origin
end

#update_anim

Update the angle of the ball



275
276
# File 'docs/01450_Systems_00300_Hall_of_fame.rb', line 275

def update_anim
end