Skip to content

Commit

Permalink
fuck okay
Browse files Browse the repository at this point in the history
  • Loading branch information
skuqre committed Nov 26, 2023
1 parent 2422bb7 commit 1acf8e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scripts/dialogue.js
Original file line number Diff line number Diff line change
Expand Up @@ -966,8 +966,8 @@ function downloadIndividualFrames() {
arrowOn = wasArrowOn;
generateText(textc, curText)
imgs.push({
name: "nikke-frame" + (individual.length + i) + ".png",
input: dataURLtoFile(canvas.toDataURL(), "nikke-frame" + (individual.length + i) + ".png")
name: "nikke-frame" + (individual.length) + ".png",
input: dataURLtoFile(canvas.toDataURL(), "nikke-frame" + (individual.length) + ".png")
})


Expand Down

0 comments on commit 1acf8e7

Please sign in to comment.