Skip to content

Commit

Permalink
migration fix
Browse files Browse the repository at this point in the history
  • Loading branch information
UkoeHB committed Oct 4, 2024
1 parent 06eecc1 commit 9d4c3ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion examples/games/contributors.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! This example displays each contributor to the bevy source code as a bouncing bevy-ball.

use bevy::{math::bounding::Aabb2d, prelude::*, text::TextBuilderExt, utils::HashMap};
use bevy::{math::bounding::Aabb2d, prelude::*, utils::HashMap};
use rand::{prelude::SliceRandom, Rng};
use std::{
env::VarError,
Expand Down
8 changes: 0 additions & 8 deletions examples/ui/text_debug.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,14 +162,6 @@ fn infotext_system(mut commands: Commands, asset_server: Res<AssetServer>) {
TextChanges
))
.with_children(|p| {
p.spawn((
TextSpan::new("\nThis text changes in the bottom right"),
TextStyle {
font: font.clone(),
font_size: 21.0,
..default()
}
));
p.spawn((
TextSpan::new("\nThis text changes in the bottom right"),
TextStyle {
Expand Down

0 comments on commit 9d4c3ef

Please sign in to comment.