diff --git a/assets/textures/blocks17floor2.png b/assets/textures/blocks17floor2.png new file mode 100644 index 0000000..e0b7509 Binary files /dev/null and b/assets/textures/blocks17floor2.png differ diff --git a/assets/textures/streetbricks11.png b/assets/textures/streetbricks11.png new file mode 100644 index 0000000..a9e66dc Binary files /dev/null and b/assets/textures/streetbricks11.png differ diff --git a/assets/textures/stucco7top.png b/assets/textures/stucco7top.png new file mode 100644 index 0000000..2d5c818 Binary files /dev/null and b/assets/textures/stucco7top.png differ diff --git a/src/world.rs b/src/world.rs index 22a521f..77b0c34 100644 --- a/src/world.rs +++ b/src/world.rs @@ -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()