mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 12:21:52 +09:00
RemoCons fully working; also fixed my stupidity
This commit is contained in:
81
work_files/GameDesign/TITLE_SCREEN.md
Normal file
81
work_files/GameDesign/TITLE_SCREEN.md
Normal file
@@ -0,0 +1,81 @@
|
||||
# Main
|
||||
|
||||
## Scenery
|
||||
|
||||
Simulation of the world, day and night fast, camera follows landscape
|
||||
|
||||
## RemoCon
|
||||
- Singleplayer
|
||||
- Options
|
||||
- Modules
|
||||
- Language
|
||||
- Credits
|
||||
- Quit
|
||||
|
||||
|
||||
# Singleplayer
|
||||
|
||||
## RemoCon
|
||||
- New Character
|
||||
- Delete Character
|
||||
- Name
|
||||
- Return
|
||||
|
||||
## Panel
|
||||
- Character selection screen, limited to 8 entries
|
||||
- 8 Cells made of semitransparent dark rects
|
||||
|
||||
### Persona Cell
|
||||
- Icon on the left
|
||||
- Two rows:
|
||||
+ Name --------- | Creation date | Last play date | Total play time
|
||||
+ Name of the current universe | Number of multiverses (if >= 2)
|
||||
|
||||
|
||||
# Options
|
||||
|
||||
## RemoCon
|
||||
- Controls
|
||||
- Graphics
|
||||
- Gameplay Options
|
||||
- Return
|
||||
|
||||
|
||||
# Modules
|
||||
|
||||
## RemoCon
|
||||
- Return
|
||||
|
||||
## Panel
|
||||
- List of module info cell
|
||||
|
||||
### Module Info Cell
|
||||
- Loadorder number on the left
|
||||
- Two rows:
|
||||
+ Name (propername) ------- | version | Author
|
||||
+ Description ------------- | releasedate in YYYY-MM-DD
|
||||
|
||||
|
||||
# Languages
|
||||
|
||||
## RemoCon
|
||||
- Return
|
||||
|
||||
## Panel
|
||||
- List of languages available, click to change immediately
|
||||
|
||||
|
||||
# Credits
|
||||
|
||||
## RemoCon
|
||||
- Credits
|
||||
- GPL
|
||||
- Back
|
||||
|
||||
## Panel
|
||||
- Display selected menu, just a wall of text
|
||||
|
||||
|
||||
# Quit
|
||||
|
||||
Execute command ```System.exit(0)``` (terminate application immediately)
|
||||
Reference in New Issue
Block a user