gitattributes update

This commit is contained in:
minjaesong
2024-04-29 01:14:37 +09:00
parent cd51276c16
commit 73f5a67c8a
2 changed files with 2 additions and 1 deletions

1
.gitattributes vendored
View File

@@ -13,3 +13,4 @@
*.tga binary diff=hex
*.kra binary diff=hex
*.btexbin binary diff=hex

View File

@@ -63,7 +63,7 @@ class BTeXTest : ApplicationAdapter() {
}
measureTimeMillis {
document.serialise(File("./assets/mods/basegame/books/${filePath.replace(".xml", ".book")}"))
document.serialise(File("./assets/mods/basegame/books/${filePath.replace(".xml", ".btexbin")}"))
}.also {
println("Time spent on serialisation [ms]: $it")
}