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

Inherits:
Base
  • Object
show all
Defined in:
docs/01600_Alpha_25_Battle_Engine_00002_Battle_Visual.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