Autoformat
This commit is contained in:
@@ -22,9 +22,7 @@ fn setup(
|
|||||||
) {
|
) {
|
||||||
commands.spawn((
|
commands.spawn((
|
||||||
ScannerWidget::default(),
|
ScannerWidget::default(),
|
||||||
Mesh2d(meshes
|
Mesh2d(meshes.add(Annulus::new(SCANRADIUS - 1.0, SCANRADIUS))),
|
||||||
.add(Annulus::new(SCANRADIUS - 1.0, SCANRADIUS))
|
|
||||||
),
|
|
||||||
MeshMaterial2d(materials.add(Color::srgb(0.0, 0.0, 0.0))),
|
MeshMaterial2d(materials.add(Color::srgb(0.0, 0.0, 0.0))),
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user