Class: Battle::Visual::Transition::DPPGymLeader
- Inherits:
-
RBYTrainer
- Object
- Base
- RBYTrainer
- Battle::Visual::Transition::DPPGymLeader
- Defined in:
- docs/5_Battle_02_Visual.rb
Overview
Gym Leader transition of Diamant/Perle/Platine
Direct Known Subclasses
Constant Summary collapse
- BAR_START_X =
Start x coordinate of the bar
320
- BAR_Y =
Y coordinate of the bar
64
- VS_X =
VS image x coordinate
64
- VS_OFFSET_Y =
VS image y offset
30
- MUGSHOT_FINAL_X =
Mugshot final x coordinate
BAR_START_X - 100
- MUGSHOT_PRE_FINAL_X =
Mugshot pre final x coordinate (animation purposes)
MUGSHOT_FINAL_X - 20
- TEXT_OFFSET_Y =
Text offset Y
36
Constants inherited from RBYTrainer
Instance Method Summary collapse
-
#update
Update the transition.
Methods inherited from Base
#dispose, #done?, #initialize, #pre_transition, #start_actor_send_animation, #start_enemy_send_animation, #transition, #transition_battle_end
Constructor Details
This class inherits a constructor from Battle::Visual::Transition::Base
Instance Method Details
#update
Update the transition
873 874 |
# File 'docs/5_Battle_02_Visual.rb', line 873 def update end |