Skip to content

Commit

Permalink
Make player more massive
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrankel committed Jul 29, 2024
1 parent b6969fa commit 32eecad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game/actor/player.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ pub fn player(key: impl Into<String>) -> impl EntityCommand {
IsPlayer,
Faction::Player,
CollisionLayers::new(GameLayer::Player, LayerMask::ALL),
ColliderDensity(5.0),
FaceCursor,
// Contact hitbox was for testing, but it's funny, so I'm leaving it in.
Hitbox,
Expand Down

0 comments on commit 32eecad

Please sign in to comment.