Class: BattleUI::ExpDistribution::Statistics

Inherits:
UI::SpriteStack show all
Includes:
GoingInOut
Defined in:
docs/01600_Alpha_25_Battle_Engine_00001_Battle_Scene.rb

Overview

UI element showing the new statistics

Constant Summary collapse

IN_POSITION =

Position of the sprite when it’s in

[0, 144]

Constants inherited from UI::SpriteStack

UI::SpriteStack::NO_INITIAL_IMAGE

Instance Attribute Summary collapse

Attributes inherited from UI::SpriteStack

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

Instance Method Summary collapse

Methods included from GoingInOut

#go_in, #go_out, #in?, #out?

Methods inherited from UI::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, pokemon, list0, list1) ⇒ Statistics

Create a new Statistics UI

Parameters:

  • viewport (Viewport)
  • pokemon (PFM::Pokemon)

    Pokemon that is currently leveling up

  • list0 (Array<Integer>)

    old basis stats

  • list1 (Array<Integer>)

    new basis stats



1681
1682
# File 'docs/01600_Alpha_25_Battle_Engine_00001_Battle_Scene.rb', line 1681

def initialize(viewport, pokemon, list0, list1)
end

Instance Attribute Details

#animation_handlerYuki::Animation::Handler{ Symbol => Yuki::Animation::TimedAnimation} (readonly)

Get the animation handler



1673
1674
1675
# File 'docs/01600_Alpha_25_Battle_Engine_00001_Battle_Scene.rb', line 1673

def animation_handler
  @animation_handler
end

Instance Method Details

#done?Boolean

Tell if the animation is done

Returns:

  • (Boolean)


1685
1686
# File 'docs/01600_Alpha_25_Battle_Engine_00001_Battle_Scene.rb', line 1685

def done?
end

#update

Update the animation



1688
1689
# File 'docs/01600_Alpha_25_Battle_Engine_00001_Battle_Scene.rb', line 1688

def update
end