Skip to content

Commit 9d74d5c

Browse files
Update tools.build.js (#142)
1 parent 15d5734 commit 9d74d5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/tools.build.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ const tools = [
1616
desc: "Tool to pack events for the engine"
1717
},
1818
{
19-
link: "https://neeeoo.github.io/funkin-packer/",
20-
title: "Funkin Packer",
19+
link: "https://kitzsh.github.io/tex-packer-ex/",
20+
title: "Texture Packer EX",
2121
desc: "Tool to pack and repack spritesheets",
2222
external: true,
2323
},
@@ -92,4 +92,4 @@ function buildHtml(_pageDir, _exportPath) {
9292

9393
module.exports = {
9494
buildHtml: buildHtml
95-
}
95+
}

0 commit comments

Comments
 (0)