Skip to content

Commit

Permalink
Fix Focus Blast animation
Browse files Browse the repository at this point in the history
It would look like it didn't miss
  • Loading branch information
SaintCoke committed Apr 2, 2016
1 parent 4a4a461 commit 2903b99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/graphics.js
Original file line number Diff line number Diff line change
Expand Up @@ -2659,6 +2659,8 @@ var BattleMoveAnims = {
opacity: .8,
time: 400
}, {
x: defender.x,
y: defender.y,
z: defender.behind(20),
scale: 1,
opacity: .8,
Expand Down Expand Up @@ -2726,6 +2728,8 @@ var BattleMoveAnims = {
opacity: 0.8,
time: 400
}, {
x: defender.x,
y: defender.y,
z: defender.behind(20),
scale: 1,
opacity: 0.8,
Expand Down

0 comments on commit 2903b99

Please sign in to comment.