mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 11:04:05 +09:00
loading player from json file
This commit is contained in:
@@ -257,8 +257,8 @@ class TitleScreen(batch: SpriteBatch) : IngameInstance(batch) {
|
||||
batch.color = Color.LIGHT_GRAY
|
||||
|
||||
val COPYTING = arrayOf(
|
||||
AppLoader.COPYRIGHT_DATE_NAME,
|
||||
Lang["COPYRIGHT_GNU_GPL_3"]
|
||||
TerrarumAppConfiguration.COPYRIGHT_DATE_NAME,
|
||||
TerrarumAppConfiguration.COPYRIGHT_LICENSE
|
||||
)
|
||||
|
||||
COPYTING.forEachIndexed { index, s ->
|
||||
|
||||
Reference in New Issue
Block a user