Forgot to commit textures
This commit is contained in:
parent
105c93e012
commit
8cda16d117
4 changed files with 1 additions and 1 deletions
BIN
assets/textures/blocks17floor2.png
Normal file
BIN
assets/textures/blocks17floor2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 495 KiB |
BIN
assets/textures/streetbricks11.png
Normal file
BIN
assets/textures/streetbricks11.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 146 KiB |
BIN
assets/textures/stucco7top.png
Normal file
BIN
assets/textures/stucco7top.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 155 KiB |
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue