mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'pfau/fix-info' into 'master'
start menu text See merge request veloren/veloren!744
This commit is contained in:
commit
22b556b480
@ -90,9 +90,9 @@ Thanks for taking the time to read this notice, we hope you enjoy the game!
|
|||||||
// Login process description
|
// Login process description
|
||||||
"main.login_process": r#"Information on the Login Process:
|
"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."#,
|
Levels/Items are not saved yet."#,
|
||||||
|
|
||||||
|
@ -607,7 +607,7 @@ impl CharSelectionUi {
|
|||||||
.color(TEXT_COLOR)
|
.color(TEXT_COLOR)
|
||||||
.set(self.ids.character_names[i], ui_widgets);
|
.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)
|
.down_from(self.ids.character_names[i], 4.0)
|
||||||
.font_size(17)
|
.font_size(17)
|
||||||
.font_id(self.fonts.cyri)
|
.font_id(self.fonts.cyri)
|
||||||
|
Loading…
Reference in New Issue
Block a user