tiling using shader, sorta works

This commit is contained in:
minjaesong
2017-08-26 23:48:07 +09:00
parent d0702c9159
commit 2928aa2eb7
6 changed files with 114 additions and 59 deletions

View File

@@ -160,7 +160,7 @@ object Terrarum : Screen {
private set
private val localeSimple = arrayOf("de", "en", "es", "it")
var gameLocale = "lateinit"
var gameLocale = "lateinit" // TODO move into AppLoader
set(value) {
if (value.isBlank() || value.isEmpty()) {
field = sysLang