new world ui wip

This commit is contained in:
minjaesong
2021-10-26 00:03:19 +09:00
parent b78e6ebe01
commit d8aed8a34c
12 changed files with 252 additions and 11 deletions

View File

@@ -17,6 +17,7 @@ object UITitleRemoConYaml {
- MENU_LABEL_GRAPHICS : net.torvald.terrarum.modulebasegame.ui.GraphicsControlPanel
- MENU_OPTIONS_CONTROLS : net.torvald.terrarum.modulebasegame.ui.UIKeyboardControlPanel
- MENU_LABEL_LANGUAGE : net.torvald.terrarum.modulebasegame.ui.UITitleLanguage
- TEST : net.torvald.terrarum.modulebasegame.ui.UINewWorld
- MENU_MODULES : net.torvald.terrarum.ModOptionsHost
- MENU_LABEL_RETURN+WRITETOCONFIG
- MENU_LABEL_CREDITS
@@ -39,7 +40,7 @@ object UITitleRemoConYaml {
"""
val injectedMenuSingleWorldSel = """
- CONTEXT_WORLD_NEW
- CONTEXT_WORLD_NEW : net.torvald.terrarum.modulebasegame.ui.UINewWorld
- MENU_LABEL_RETURN
"""