this works much better, still bad though

This commit is contained in:
Jay Christy
2023-11-07 12:40:14 -05:00
parent 7a29d1bd36
commit a35e7b1330
2 changed files with 31 additions and 30 deletions

View File

@@ -34,6 +34,7 @@ pub fn setup_scene(
transform: Transform::from_xyz(0.0, ground_height, 0.0),
..default()
},
RigidBody::Fixed,
Collider::cuboid(ground_size, ground_thickness, ground_size),
));
// cube
@@ -75,4 +76,4 @@ pub fn setup_scene(
),
..default()
},));
}
}