cargo fmt and removed the unessecary examples.
This commit is contained in:
@@ -39,7 +39,8 @@ fn setup(
|
||||
},
|
||||
transform: Transform::from_xyz(4.0, 8.0, 4.0),
|
||||
..default()
|
||||
}); commands.spawn(Camera3dBundle {
|
||||
});
|
||||
commands.spawn(Camera3dBundle {
|
||||
transform: Transform::from_xyz(-2.5, 4.5, 9.0).looking_at(Vec3::ZERO, Vec3::Y),
|
||||
..default()
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user