Skip to content

Commit

Permalink
Update finishingMove.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ChasarooniZ authored Aug 7, 2024
1 parent 5d4edce commit f7b973b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/helpers/animation/finishingMove.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export async function createFinishingMoveAnimation(text) {
.syncGroup(`finishing-move-${text}`)
.text(word, style)
.screenSpace()
.screenSpaceAboveUI()
.screenSpaceAnchor({ x: sideBorderAmt + moveAmt * i + moveAmt / 2, y: 0.4 })
.scale(1 / quality)
.scaleIn(3, delayDiff, { ease: "easeOutCubic" })
Expand Down

0 comments on commit f7b973b

Please sign in to comment.