Skip to content

Commit

Permalink
Fix style error
Browse files Browse the repository at this point in the history
  • Loading branch information
sirDonovan committed Apr 8, 2016
1 parent 6927561 commit 5d36ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/graphics.js
Original file line number Diff line number Diff line change
Expand Up @@ -3202,7 +3202,7 @@ var BattleMoveAnims = {
scale: 1,
opacity: 0,
time: 300
}, 'linear')
}, 'linear');
battle.showEffect('impact', {
x: attacker.x + 20,
y: attacker.y - 10,
Expand Down

0 comments on commit 5d36ea8

Please sign in to comment.