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.with_layout(Layout::top_down_justified(Align::Center), |ui| {
|
||||||
ui.heading(
|
ui.heading(
|
||||||
RichText::new(
|
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)
|
.color(WHITE)
|
||||||
.strong()
|
.strong()
|
||||||
|
@ -43,7 +43,7 @@ pub fn draw(state: &State, _engine: &EngineContext<'_>) {
|
||||||
.size(30.0)
|
.size(30.0)
|
||||||
);
|
);
|
||||||
ui.label(
|
ui.label(
|
||||||
RichText::new("\n\n\npress enter for restart")
|
RichText::new("\n\n\npress enter to restart")
|
||||||
.color(WHITE)
|
.color(WHITE)
|
||||||
.size(30.0)
|
.size(30.0)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue