1 parent d98951e commit 196daabCopy full SHA for 196daab
1 file changed
solitaire-game/src/stats.rs
@@ -163,9 +163,9 @@ fn add_text(mut commands: Commands, asset_server: Res<AssetServer>) {
163
UniqueSolutionsText,
164
))
165
.with_child((TextSpan("".into()), medium_font.clone()))
166
- .with_child((TextSpan(" move multisets\n".into()), small_font.clone()))
+ .with_child((TextSpan(" paths\n".into()), small_font.clone()))
167
168
- .with_child((TextSpan(" paths".into()), small_font.clone()));
+ .with_child((TextSpan(" move multisets".into()), small_font.clone()));
169
commands
170
.spawn((
171
TextPosition::BottomLeft,
0 commit comments