Increased example's height bounds

This commit is contained in:
ickshonpe 2025-07-15 01:20:30 +01:00
parent a005dd420f
commit b61e65f38d

View File

@ -165,7 +165,7 @@ mod text {
&mut commands, &mut commands,
300. * Vec3::X + y * Vec3::Y, 300. * Vec3::X + y * Vec3::Y,
justify, justify,
Some(TextBounds::new(150., 55.)), Some(TextBounds::new(150., 60.)),
); );
} }