Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
ChasarooniZ committed Sep 3, 2024
1 parent 21d9255 commit dc15b67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/helpers/animation/crit/fireEmblemCrit.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getSetting} from "../../misc.js";
import { getSetting } from "../../misc.js";

/**
* Perform a critical hit animation resembling the style of Fire Emblem.
Expand Down Expand Up @@ -75,8 +75,8 @@ export async function fireEmblemCrit(token, users, imgData, config) {
})
.screenSpace()
.screenSpaceScale({
x: 0.134 * imgData.xScale,
y: 0.134 * imgData.yScale,
x: 0.134 * imgData.xScale,
y: 0.134 * imgData.yScale,
fitX: false,
fitY: true,
ratioX: true,
Expand Down

0 comments on commit dc15b67

Please sign in to comment.