still wip modularisation, game somehow boots

This commit is contained in:
minjaesong
2018-06-21 17:33:22 +09:00
parent f0a6f8b9c2
commit a6ea2b4e18
266 changed files with 2409 additions and 1122 deletions

View File

@@ -10,8 +10,8 @@ import net.torvald.terrarum.langpack.Lang
object ErrorDisp : Screen {
private val logoTex = TerrarumAppLoader.logo
private val font = TerrarumAppLoader.fontGame
private val logoTex = AppLoader.logo
private val font = AppLoader.fontGame
var title = Lang["ERROR_GENERIC_TEXT"]
@@ -26,7 +26,7 @@ object ErrorDisp : Screen {
private val titleTextLeftMargin = 8
private val titleText = "${TerrarumAppLoader.GAME_NAME} ${TerrarumAppLoader.getVERSION_STRING()}"
private val titleText = "${AppLoader.GAME_NAME} ${AppLoader.getVERSION_STRING()}"
override fun show() {