Forgot to commit textures

This commit is contained in:
Felix Ableitner 2021-01-02 22:34:24 +01:00
parent 105c93e012
commit 8cda16d117
4 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 495 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB

View file

@ -44,7 +44,7 @@ fn create_world(
let collider1 = ColliderBuilder::cuboid(10.0, 0.1, 10.0);
commands.spawn((rigid_body1, collider1));
commands.spawn(PbrBundle {
mesh: meshes.add(Mesh::from(shape::Plane { size: 10. })),
mesh: meshes.add(Mesh::from(shape::Plane { size: 20. })),
material: floor_texture_handle,
transform: Transform::from_translation(Vec3::new(0.0, 0.1, 0.0)),
..Default::default()