mirror of
https://github.com/kaosat-dev/Blender_bevy_components_workflow.git
synced 2024-11-22 20:00: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::default()
|
..Default::default()
|
||||||
}, InMainMenu));
|
},
|
||||||
|
InMainMenu,
|
||||||
|
));
|
||||||
|
|
||||||
commands.spawn((
|
commands.spawn((
|
||||||
TextBundle::from_section(
|
TextBundle::from_section(
|
||||||
|
@ -9,7 +9,9 @@ pub fn setup_main_menu(mut commands: Commands) {
|
|||||||
..default()
|
..default()
|
||||||
},
|
},
|
||||||
..Default::default()
|
..Default::default()
|
||||||
}, InMainMenu));
|
},
|
||||||
|
InMainMenu,
|
||||||
|
));
|
||||||
|
|
||||||
commands.spawn((
|
commands.spawn((
|
||||||
TextBundle::from_section(
|
TextBundle::from_section(
|
||||||
|
@ -9,7 +9,9 @@ pub fn setup_main_menu(mut commands: Commands) {
|
|||||||
..default()
|
..default()
|
||||||
},
|
},
|
||||||
..Default::default()
|
..Default::default()
|
||||||
}, InMainMenu));
|
},
|
||||||
|
InMainMenu,
|
||||||
|
));
|
||||||
|
|
||||||
commands.spawn((
|
commands.spawn((
|
||||||
TextBundle::from_section(
|
TextBundle::from_section(
|
||||||
|
@ -9,7 +9,9 @@ pub fn setup_main_menu(mut commands: Commands) {
|
|||||||
..default()
|
..default()
|
||||||
},
|
},
|
||||||
..Default::default()
|
..Default::default()
|
||||||
}, InMainMenu));
|
},
|
||||||
|
InMainMenu,
|
||||||
|
));
|
||||||
|
|
||||||
commands.spawn((
|
commands.spawn((
|
||||||
TextBundle::from_section(
|
TextBundle::from_section(
|
||||||
|
@ -9,7 +9,9 @@ pub fn setup_main_menu(mut commands: Commands) {
|
|||||||
..default()
|
..default()
|
||||||
},
|
},
|
||||||
..Default::default()
|
..Default::default()
|
||||||
}, InMainMenu));
|
},
|
||||||
|
InMainMenu,
|
||||||
|
));
|
||||||
|
|
||||||
commands.spawn((
|
commands.spawn((
|
||||||
TextBundle::from_section(
|
TextBundle::from_section(
|
||||||
|
Binary file not shown.
@ -9,7 +9,9 @@ pub fn setup_main_menu(mut commands: Commands) {
|
|||||||
..default()
|
..default()
|
||||||
},
|
},
|
||||||
..Default::default()
|
..Default::default()
|
||||||
}, InMainMenu));
|
},
|
||||||
|
InMainMenu,
|
||||||
|
));
|
||||||
|
|
||||||
commands.spawn((
|
commands.spawn((
|
||||||
TextBundle::from_section(
|
TextBundle::from_section(
|
||||||
|
@ -9,7 +9,9 @@ pub fn setup_main_menu(mut commands: Commands) {
|
|||||||
..default()
|
..default()
|
||||||
},
|
},
|
||||||
..Default::default()
|
..Default::default()
|
||||||
}, InMainMenu));
|
},
|
||||||
|
InMainMenu,
|
||||||
|
));
|
||||||
|
|
||||||
commands.spawn((
|
commands.spawn((
|
||||||
TextBundle::from_section(
|
TextBundle::from_section(
|
||||||
|
Loading…
Reference in New Issue
Block a user