Class: Battle::Visual::Transition::Gen6Trainer

Inherits:
Base
  • Object
show all
Defined in:
scripts/01600 Alpha 25 Battle Engine/00002 Battle_Visual/00002 Transition/00200 Gen6Trainer.rb

Overview

Trainer Transition of gen6

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, #update

Constructor Details

This class inherits a constructor from Battle::Visual::Transition::Base