mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 20:31:51 +09:00
gitattributes update
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -13,3 +13,4 @@
|
||||
|
||||
*.tga binary diff=hex
|
||||
*.kra binary diff=hex
|
||||
*.btexbin binary diff=hex
|
||||
|
||||
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user