Class: Battle::Visual::Transition::DPPCaveWild
- Inherits:
-
RSCaveWild
- Object
- Base
- RBYWild
- RSCaveWild
- Battle::Visual::Transition::DPPCaveWild
- Defined in:
- docs/5_Battle_02_Visual.rb
Overview
Wild Cave transition of Diamant/Perle/Platine games
Constant Summary
Constants inherited from RBYWild
Instance Method Summary collapse
-
#create_fade_in_animation ⇒ Yuki::Animation::TimedAnimation
Function that creates the fade in animation.
-
#create_zoom_animation ⇒ Yuki::Animation::TimedAnimation
Create a zoom animation on the player.
-
#pre_transition_sprite_name ⇒ String
Return the pre_transtion sprite name.
Methods inherited from RSCaveWild
#create_top_sprite, #shader_name
Methods inherited from Base
#dispose, #done?, #initialize, #pre_transition, #start_actor_send_animation, #start_enemy_send_animation, #transition, #transition_battle_end, #update
Constructor Details
This class inherits a constructor from Battle::Visual::Transition::Base
Instance Method Details
#create_fade_in_animation ⇒ Yuki::Animation::TimedAnimation
Function that creates the fade in animation
809 810 |
# File 'docs/5_Battle_02_Visual.rb', line 809 def create_fade_in_animation end |
#create_zoom_animation ⇒ Yuki::Animation::TimedAnimation
Create a zoom animation on the player
813 814 |
# File 'docs/5_Battle_02_Visual.rb', line 813 def create_zoom_animation end |
#pre_transition_sprite_name ⇒ String
Return the pre_transtion sprite name
805 806 |
# File 'docs/5_Battle_02_Visual.rb', line 805 def pre_transition_sprite_name end |