Skip to content

Commit

Permalink
Remove Classic on splash screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramirisu committed Sep 9, 2024
1 parent b5737a0 commit 43297be
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/splash/plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,6 @@ fn setup_screen(mut commands: Commands, mut image_assets: ResMut<Assets<Image>>)
SplashEntityMarker,
))
.with_children(|parent| {
parent.spawn(
TextBundle::from_section(
"Classic",
TextStyle {
font_size: 40.0,
color: WHITE.into(),
..default()
},
)
.with_style(Style {
margin: UiRect::all(Val::Px(40.0)),
..default()
}),
);
parent
.spawn(NodeBundle {
style: Style {
Expand Down

0 comments on commit 43297be

Please sign in to comment.