"Skip Tutorial" -> "Skip" button

main
Elijah C. Voigt 1 year ago
parent 21afcf0cef
commit 99edfd596b

@ -211,7 +211,7 @@ fn initialize_tutorial(
parent.spawn(TextBundle { parent.spawn(TextBundle {
text: Text { text: Text {
sections: vec![TextSection { sections: vec![TextSection {
value: "Skip Tutorial".into(), value: "Skip".into(),
style: TextStyle { style: TextStyle {
color: Color::WHITE.with_a(0.3), color: Color::WHITE.with_a(0.3),
font_size: 8.0, font_size: 8.0,

Loading…
Cancel
Save