Skip to content

Commit

Permalink
Give the slash a big streak
Browse files Browse the repository at this point in the history
  • Loading branch information
shrianshChari committed Oct 27, 2024
1 parent 396df11 commit f1afeab
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions play.pokemonshowdown.com/src/battle-animations-moves.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36438,14 +36438,16 @@ export const BattleMoveAnims: AnimTable = {
y: defender.y,
z: defender.z,
time: 500,
scale: 0.8,
xscale: 1.2,
yscale: 0.4,
opacity: 0.8,
}, {
time: 760,
scale: 1,
xscale: 1.4,
yscale: 0.6,
opacity: 0.4,
}, 'accel', 'explode', {filter: 'hue-rotate(180deg)'});
scene.showEffect('leftslash', {
}, 'accel', 'explode', {filter: 'hue-rotate(180deg)', rotate: '-45deg'});
scene.showEffect('rightslash', {
x: defender.x,
y: defender.y,
z: defender.z,
Expand Down

0 comments on commit f1afeab

Please sign in to comment.