Skip to content

Commit 196daab

Browse files
committed
fix text
1 parent d98951e commit 196daab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

solitaire-game/src/stats.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,9 @@ fn add_text(mut commands: Commands, asset_server: Res<AssetServer>) {
163163
UniqueSolutionsText,
164164
))
165165
.with_child((TextSpan("".into()), medium_font.clone()))
166-
.with_child((TextSpan(" move multisets\n".into()), small_font.clone()))
166+
.with_child((TextSpan(" paths\n".into()), small_font.clone()))
167167
.with_child((TextSpan("".into()), medium_font.clone()))
168-
.with_child((TextSpan(" paths".into()), small_font.clone()));
168+
.with_child((TextSpan(" move multisets".into()), small_font.clone()));
169169
commands
170170
.spawn((
171171
TextPosition::BottomLeft,

0 commit comments

Comments
 (0)