Skip to content

Commit

Permalink
chore: make the cube much, much bigger!
Browse files Browse the repository at this point in the history
  • Loading branch information
jereziah committed Feb 28, 2024
1 parent 76cf7da commit 7be8d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ pub fn init_shapes(
true,
(
MaterialMeshBundle {
mesh: meshes.add(Mesh::from(Cuboid::new(0.25, 0.25, 0.25))),
mesh: meshes.add(Mesh::from(Cuboid::new(1.85, 1.85, 1.85))),
transform: Transform::from_xyz(0.0, 0.3, 0.0),
material: materials.add(crate::shader_utils::YourShader {
color: Color::default(),
Expand Down

0 comments on commit 7be8d1b

Please sign in to comment.