adjust text
This commit is contained in:
parent
23ba11596e
commit
e9dd691627
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ pub fn draw(state: &State, _engine: &EngineContext<'_>) {
|
|||
ui.with_layout(Layout::top_down_justified(Align::Center), |ui| {
|
||||
ui.heading(
|
||||
RichText::new(
|
||||
"The poor spirit lost all their energy and starve to death"
|
||||
"The poor spirit lost all their energy and starved to death"
|
||||
)
|
||||
.color(WHITE)
|
||||
.strong()
|
||||
|
@ -43,7 +43,7 @@ pub fn draw(state: &State, _engine: &EngineContext<'_>) {
|
|||
.size(30.0)
|
||||
);
|
||||
ui.label(
|
||||
RichText::new("\n\n\npress enter for restart")
|
||||
RichText::new("\n\n\npress enter to restart")
|
||||
.color(WHITE)
|
||||
.size(30.0)
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue