mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-14 23:56:07 +09:00
gitattributes update
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -13,3 +13,4 @@
|
|||||||
|
|
||||||
*.tga binary diff=hex
|
*.tga binary diff=hex
|
||||||
*.kra binary diff=hex
|
*.kra binary diff=hex
|
||||||
|
*.btexbin binary diff=hex
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ class BTeXTest : ApplicationAdapter() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
measureTimeMillis {
|
measureTimeMillis {
|
||||||
document.serialise(File("./assets/mods/basegame/books/${filePath.replace(".xml", ".book")}"))
|
document.serialise(File("./assets/mods/basegame/books/${filePath.replace(".xml", ".btexbin")}"))
|
||||||
}.also {
|
}.also {
|
||||||
println("Time spent on serialisation [ms]: $it")
|
println("Time spent on serialisation [ms]: $it")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user