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.
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