mirror of
https://github.com/kaosat-dev/Blender_bevy_components_workflow.git
synced 2024-11-22 11:50:53 +00:00
chore(examples): cargo fmt & co
This commit is contained in:
parent
68bb7ed4cc
commit
d00ac48642
@ -9,7 +9,9 @@ pub fn setup_main_menu(mut commands: Commands) {
|
||||
..default()
|
||||
},
|
||||
..Default::default()
|
||||
}, InMainMenu));
|
||||
},
|
||||
InMainMenu,
|
||||
));
|
||||
|
||||
commands.spawn((
|
||||
TextBundle::from_section(
|
||||
|
@ -9,7 +9,9 @@ pub fn setup_main_menu(mut commands: Commands) {
|
||||
..default()
|
||||
},
|
||||
..Default::default()
|
||||
}, InMainMenu));
|
||||
},
|
||||
InMainMenu,
|
||||
));
|
||||
|
||||
commands.spawn((
|
||||
TextBundle::from_section(
|
||||
|
@ -9,7 +9,9 @@ pub fn setup_main_menu(mut commands: Commands) {
|
||||
..default()
|
||||
},
|
||||
..Default::default()
|
||||
}, InMainMenu));
|
||||
},
|
||||
InMainMenu,
|
||||
));
|
||||
|
||||
commands.spawn((
|
||||
TextBundle::from_section(
|
||||
|
@ -9,7 +9,9 @@ pub fn setup_main_menu(mut commands: Commands) {
|
||||
..default()
|
||||
},
|
||||
..Default::default()
|
||||
}, InMainMenu));
|
||||
},
|
||||
InMainMenu,
|
||||
));
|
||||
|
||||
commands.spawn((
|
||||
TextBundle::from_section(
|
||||
|
@ -9,7 +9,9 @@ pub fn setup_main_menu(mut commands: Commands) {
|
||||
..default()
|
||||
},
|
||||
..Default::default()
|
||||
}, InMainMenu));
|
||||
},
|
||||
InMainMenu,
|
||||
));
|
||||
|
||||
commands.spawn((
|
||||
TextBundle::from_section(
|
||||
|
Binary file not shown.
@ -9,7 +9,9 @@ pub fn setup_main_menu(mut commands: Commands) {
|
||||
..default()
|
||||
},
|
||||
..Default::default()
|
||||
}, InMainMenu));
|
||||
},
|
||||
InMainMenu,
|
||||
));
|
||||
|
||||
commands.spawn((
|
||||
TextBundle::from_section(
|
||||
|
@ -9,7 +9,9 @@ pub fn setup_main_menu(mut commands: Commands) {
|
||||
..default()
|
||||
},
|
||||
..Default::default()
|
||||
}, InMainMenu));
|
||||
},
|
||||
InMainMenu,
|
||||
));
|
||||
|
||||
commands.spawn((
|
||||
TextBundle::from_section(
|
||||
|
Loading…
Reference in New Issue
Block a user