Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
qhdwight committed Jul 10, 2024
1 parent 63d3195 commit 6cb13a3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ fn setup(mut commands: Commands, ...) {
...
let logical_entity = commands
.spawn((
Collider::capsule(Vec3::Y * 0.5, Vec3::Y * 1.5, 0.5),
Collider::capsule_y(1.0, 0.5),
Friction {
coefficient: 0.0,
combine_rule: CoefficientCombineRule::Min,
Expand All @@ -69,8 +69,7 @@ fn setup(mut commands: Commands, ...) {
FpsController { ..default() }
))
.insert(CameraConfig {
height_offset: 0.0,
radius_scale: 0.75,
height_offset: -0.5,
})
.id();

Expand Down

0 comments on commit 6cb13a3

Please sign in to comment.