Class: Battle::Visual::Transition::BWTrainer

Inherits:
RBYTrainer show all
Defined in:
docs/5_Battle_02_Visual.rb

Overview

Trainer transition of Black/White games

Constant Summary

Constants inherited from RBYTrainer

RBYTrainer::DISPLACEMENT_X

Instance Method Summary collapse

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_animationYuki::Animation::TimedAnimation

Function that creates the fade in animation



1082
1083
# File 'docs/5_Battle_02_Visual.rb', line 1082

def create_fade_in_animation
end

#create_shader_animationYuki::Animation::TimedAnimation

Create a shader animation on the screen



1086
1087
# File 'docs/5_Battle_02_Visual.rb', line 1086

def create_shader_animation
end

#create_top_sprite

Function that creates the top sprite



1078
1079
# File 'docs/5_Battle_02_Visual.rb', line 1078

def create_top_sprite
end

#create_zoom_animationYuki::Animation::TimedAnimation

Create a zoom animation on the player



1090
1091
# File 'docs/5_Battle_02_Visual.rb', line 1090

def create_zoom_animation
end

#shader_nameSymbol

Return the shader name

Returns:

  • (Symbol)


1094
1095
# File 'docs/5_Battle_02_Visual.rb', line 1094

def shader_name
end