start menu text

This commit is contained in:
Monty Marz 2020-01-21 22:04:39 +00:00
parent c0d2ac3ada
commit e2707ff24a
2 changed files with 3 additions and 3 deletions

View File

@ -90,9 +90,9 @@ Thanks for taking the time to read this notice, we hope you enjoy the game!
// Login process description
"main.login_process": r#"Information on the Login Process:
The name you put in will be your character name ingame.
Put in any username. No Account needed yet.
Character names and appearances will be saved on your computer.
Character names and appearances will be saved locally.
Levels/Items are not saved yet."#,

View File

@ -607,7 +607,7 @@ impl CharSelectionUi {
.color(TEXT_COLOR)
.set(self.ids.character_names[i], ui_widgets);
Text::new("Level <n/a>")
Text::new("Level 1") //TODO Insert real level here as soon as they get saved
.down_from(self.ids.character_names[i], 4.0)
.font_size(17)
.font_id(self.fonts.cyri)