font update

This commit is contained in:
minjaesong
2021-12-12 19:34:16 +09:00
parent b0d648547b
commit 5fb3e0b6b4
14 changed files with 98 additions and 111 deletions

View File

@@ -3,4 +3,4 @@
# You can disable basegame, but we don't recommend. # You can disable basegame, but we don't recommend.
basegame basegame
#dwarventech dwarventech
1 # Load Order
3 # You can disable basegame, but we don't recommend.
4 basegame
5 #dwarventech dwarventech
6

View File

@@ -1 +0,0 @@
println("Hello, script !")

View File

@@ -1 +0,0 @@
print "Hello, world!"

View File

@@ -1,11 +0,0 @@
import net.torvald.terrarum.ModMgr
/**
* Created by minjaesong on 2017-04-26.
*/
static void invoke(String module) {
ModMgr.GameBlockLoader.invoke(module)
ModMgr.GameItemLoader.invoke(module)
ModMgr.GameLanguageLoader.invoke(module)
}

View File

@@ -1,3 +0,0 @@
println("Hello, world!!")
return 42

Binary file not shown.

View File

@@ -102,9 +102,12 @@ object ModMgr {
fun getTitleScreen(batch: SpriteBatch): IngameInstance? = entryPointClasses.getOrNull(0)?.getTitleScreen(batch) fun getTitleScreen(batch: SpriteBatch): IngameInstance? = entryPointClasses.getOrNull(0)?.getTitleScreen(batch)
init { init {
val loadOrderFile = FileSystems.getDefault().getPath("$modDir/LoadOrder.csv").toFile()
if (loadOrderFile.exists()) {
// load modules // load modules
val loadOrderCSVparser = CSVParser.parse( val loadOrderCSVparser = CSVParser.parse(
FileSystems.getDefault().getPath("$modDir/LoadOrder.csv").toFile(), loadOrderFile,
Charsets.UTF_8, Charsets.UTF_8,
CSVFormat.DEFAULT.withCommentMarker('#') CSVFormat.DEFAULT.withCommentMarker('#')
) )
@@ -211,7 +214,7 @@ object ModMgr {
} }
} }
}
} }
operator fun invoke() { } operator fun invoke() { }

View File

@@ -27,10 +27,10 @@ Aucun module nest actuellement chargé.
Veuillez reconfigurer votre ordre de chargement sur : Veuillez reconfigurer votre ordre de chargement sur :
現在ロードされたモジュールがありません。 現在ロードされたモジュールがありません。
次のパスでロードオーダーを再設定してください。 次のファイルでロードオーダーを再設定してください。
현재 불러와진 모듈이 없습니다. 현재 불러와진 모듈이 없습니다.
다음의 경로에서 불러오기 순서를 재설정하십시오. 다음의 파일에서 불러오기 순서를 재설정하십시오.
В настоящее время модуль не загружен. В настоящее время модуль не загружен.
Измените конфигурацию вашего порядка загрузки на: Измените конфигурацию вашего порядка загрузки на: