some sort of error screen impl

This commit is contained in:
minjaesong
2017-08-20 22:10:47 +09:00
parent 99d8b5b7f2
commit 7a442f26fa
29 changed files with 555 additions and 169 deletions

View File

@@ -16,10 +16,10 @@ Simulation of the world, day and night fast, camera follows landscape
# Singleplayer
## RemoCon
- New Character
- Delete Character
- Name
- Return
- New Character (CONTEXT_CHARACTER_NEW)
- Delete Character (CONTEXT_CHARACTER_DELETE)
- Rename (MENU_LABEL_RENAME -- check Polyglot project's Core Editing)
- Return (MENU_LABEL_RETURN)
## Panel
- Character selection screen, limited to 8 entries
@@ -31,15 +31,36 @@ Simulation of the world, day and night fast, camera follows landscape
+ Name --------- | Creation date | Last play date | Total play time
+ Name of the current universe | Number of multiverses (if >= 2)
### New Character
Step 1:
<chargen UI TBA>
Step 2:
Select world or create new world
If personaCount > 1, new player can join the existing world or universe (if the universe contains multiple world, one can choose one of the world within the universe)
### New World
Options:
- Size (MENU_OPTIONS_SIZE)
+ Small (CONTEXT_DESCRIPTION_SMALL)
+ Big (CONTEXT_DESCRIPTION_BIG)
+ Huge (CONTEXT_DESCRIPTION_HUGE)
- More (MENU_LABEL_MORE)
+ SEED (* Do-not-translate)
# Options
## RemoCon
- Controls
- Graphics
- Gameplay Options
- Controls (MENU_OPTIONS_CONTROLS)
- Graphics (MENU_LABEL_GRAPHICS)
- Gameplay Options (MENU_OPTIONS_GAMEPLAY)
- MIDI (* Do-not-translate)
- Return
- Return (MENU_LABEL_RETURN)
Save configuration to disk upon Return
# Modules
@@ -62,6 +83,8 @@ Simulation of the world, day and night fast, camera follows landscape
## RemoCon
- Return
Save configuration to disk upon Return
## Panel
- List of languages available, click to change immediately