Skip to content

Commit

Permalink
Moved finisher text
Browse files Browse the repository at this point in the history
  • Loading branch information
ChasarooniZ committed Sep 11, 2024
1 parent 0fbe7b3 commit 449e21b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getSetting} from "../misc.js";
import { getSetting} from "../../misc.js";

export async function createFinishingMoveAnimation(text) {
let textColor = "black";
Expand Down
2 changes: 1 addition & 1 deletion scripts/helpers/api.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createCritAnimation } from "./animation/crit/critAnimation.js";
import { createFinishingMoveAnimation } from "./animation/finishingMove.js";
import { createFinishingMoveAnimation } from "./animation/text/finishingMove.js";
import { generateDamageScroll } from "./animation/generateDamageScroll.js";
import { generateRollScroll } from "./animation/generateRollScroll.js";
import { getDamageList } from "./rollTerms.js";
Expand Down
2 changes: 1 addition & 1 deletion scripts/module.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createCritAnimation } from "./helpers/animation/crit/critAnimation.js";
import { createFinishingMoveAnimation } from "./helpers/animation/finishingMove.js";
import { createFinishingMoveAnimation } from "./helpers/animation/text/finishingMove.js";
import { generateDamageScroll } from "./helpers/animation/generateDamageScroll.js";
import { generateRollScroll } from "./helpers/animation/generateRollScroll.js";
import { shakeOnDamageToken } from "./helpers/animation/shakeOnDamageToken.js";
Expand Down

0 comments on commit 449e21b

Please sign in to comment.