mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-18 22:44:04 +09:00
font update
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -3,4 +3,4 @@
|
||||
# You can disable basegame, but we don't recommend.
|
||||
|
||||
basegame
|
||||
#dwarventech
|
||||
dwarventech
|
||||
|
||||
|
@@ -1 +0,0 @@
|
||||
println("Hello, script !")
|
||||
@@ -1 +0,0 @@
|
||||
print "Hello, world!"
|
||||
@@ -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)
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
|
||||
println("Hello, world!!")
|
||||
return 42
|
||||
Binary file not shown.
@@ -102,9 +102,12 @@ object ModMgr {
|
||||
fun getTitleScreen(batch: SpriteBatch): IngameInstance? = entryPointClasses.getOrNull(0)?.getTitleScreen(batch)
|
||||
|
||||
init {
|
||||
val loadOrderFile = FileSystems.getDefault().getPath("$modDir/LoadOrder.csv").toFile()
|
||||
if (loadOrderFile.exists()) {
|
||||
|
||||
// load modules
|
||||
val loadOrderCSVparser = CSVParser.parse(
|
||||
FileSystems.getDefault().getPath("$modDir/LoadOrder.csv").toFile(),
|
||||
loadOrderFile,
|
||||
Charsets.UTF_8,
|
||||
CSVFormat.DEFAULT.withCommentMarker('#')
|
||||
)
|
||||
@@ -211,7 +214,7 @@ object ModMgr {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
operator fun invoke() { }
|
||||
|
||||
@@ -27,10 +27,10 @@ Aucun module n’est actuellement chargé.
|
||||
Veuillez reconfigurer votre ordre de chargement sur :
|
||||
|
||||
現在ロードされたモジュールがありません。
|
||||
次のパスでロードオーダーを再設定してください。
|
||||
次のファイルでロードオーダーを再設定してください。
|
||||
|
||||
현재 불러와진 모듈이 없습니다.
|
||||
다음의 경로에서 불러오기 순서를 재설정하십시오.
|
||||
다음의 파일에서 불러오기 순서를 재설정하십시오.
|
||||
|
||||
В настоящее время модуль не загружен.
|
||||
Измените конфигурацию вашего порядка загрузки на:
|
||||
|
||||
Reference in New Issue
Block a user