Revert "add plane below the player"

This reverts commit 57e5241abf.
This commit is contained in:
yuni 2024-03-16 23:38:14 +01:00
parent 57e5241abf
commit 99dc391bc2

View file

@ -58,13 +58,6 @@ pub fn setup(
..default()
});
commands.spawn(PbrBundle {
mesh: meshes.add(Plane3d::default().mesh().size(20.0, 20.0)),
transform: Transform::from_xyz(0.0, -20.0, 0.0),
material: white_handle,
..default()
});
// Space is DARK
ambient_light.brightness = 0.0;