replaced a hack that starts random game on title screen

This commit is contained in:
minjaesong
2018-12-08 18:30:10 +09:00
parent 91ade00bbb
commit 20dfc95d0d
8 changed files with 196 additions and 31 deletions

View File

@@ -7,8 +7,11 @@ import java.util.*
object UITitleRemoConYaml {
// YAML indent with a space, separate label and class with " : " (\x20\x3A\x20)
/**
* YAML indent with a space, separate label and class with " : " (\x20\x3A\x20)
*
* The class must be the UICanvas
*/
val menus = """
- MENU_MODE_SINGLEPLAYER : net.torvald.terrarum.modulebasegame.ui.UITitleCharactersList
- CONTEXT_CHARACTER_NEW
@@ -34,8 +37,8 @@ object UITitleRemoConYaml {
val debugTools = """
- Development Tools $
- Building Maker
- Start New Random Game
- Building Maker : net.torvald.terrarum.modulebasegame.ui.UIProxyNewBuildingMaker
- Start New Random Game : net.torvald.terrarum.modulebasegame.ui.UIProxyNewRandomGame
- MENU_LABEL_RETURN
""".trimIndent()