loading player from json file

This commit is contained in:
minjaesong
2021-08-28 16:31:06 +09:00
parent 29cccea19b
commit b84a0a770b
31 changed files with 308 additions and 145 deletions

View File

@@ -1,5 +1,7 @@
package net.torvald.terrarum
import net.torvald.terrarum.langpack.Lang
/**
* You directly modify the source code to tune the engine to suit your needs.
*
@@ -11,6 +13,7 @@ object TerrarumAppConfiguration {
//////////////////////////////////////
const val GAME_NAME = "Terrarum"
const val COPYRIGHT_DATE_NAME = "Copyright 2013-2021 CuriousTorvald (minjaesong)"
val COPYRIGHT_LICENSE: String; get() = Lang["COPYRIGHT_GNU_GPL_3"]
/**
*