Class: BattleUI::SkillChoice::MoveInfo

Inherits:
UI::SpriteStack show all
Defined in:
docs/5_Battle_01_Scene.rb

Overview

Element showing the information of the current move

Constant Summary

Constants inherited from UI::SpriteStack

UI::SpriteStack::NO_INITIAL_IMAGE

Instance Attribute Summary

Attributes inherited from UI::SpriteStack

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

Instance Method Summary collapse

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, #update_animation, #update_position, #visible, #visible=, #with_cache, #with_font, #with_surface, #z, #z=

Constructor Details

#initialize(viewport, move_choice) ⇒ MoveInfo

Create a new MoveInfo

Parameters:



1433
1434
# File 'docs/5_Battle_01_Scene.rb', line 1433

def initialize(viewport, move_choice)
end

Instance Method Details

#data=(pokemon)

Set the move shown by the UI

Parameters:



1437
1438
# File 'docs/5_Battle_01_Scene.rb', line 1437

def data=(pokemon)
end