adjust text
Some checks failed
Rust / build (push) Waiting to run
Rust / rustfmt (push) Has been cancelled
Rust / clippy (push) Has been cancelled

This commit is contained in:
Dominic 2024-07-07 18:48:58 +02:00
parent 23ba11596e
commit e9dd691627
Signed by: msrd0
GPG key ID: AAF7C8430CA3345D

View file

@ -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)
); );