Skip to content

Commit

Permalink
Make contact attack powerful
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrankel committed Jul 27, 2024
1 parent 36d86f3 commit 8c03c42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/game/actor/player.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ pub fn player(key: impl Into<String>) -> impl EntityCommand {
FaceCursor,
// Contact hitbox was for testing, but it's funny, so I'm leaving it in.
Hitbox,
HitboxDamage(2.0),
HitboxKnockback(3.0),
HitboxDamage(15.0),
HitboxKnockback(5.0),
))
// TODO: This is for testing movement until it's card-controlled.
.add(movement_action)
Expand Down

0 comments on commit 8c03c42

Please sign in to comment.