Class: Battle::Visual::Transition::XYTrainer

Inherits:
Base
  • Object
show all
Defined in:
docs/5_Battle_02_Visual.rb

Overview

Trainer transition of X/Y games

Direct Known Subclasses

Gen6Trainer

Constant Summary collapse

DX =

Unitary deltaX of the background

-Math.cos(-3 * Math::PI / 180)
# Unitary deltaY of the background
DY =

Unitary deltaY of the background

Math.sin(-3 * Math::PI / 180)

Method Summary

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