Skip to content

Commit

Permalink
Reduce knockback stength of pushback
Browse files Browse the repository at this point in the history
  • Loading branch information
konsumlamm committed Apr 18, 2024
1 parent 6e28aac commit fae7831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scenes/projectiles/pushback.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ _data = {
[node name="Pushback" instance=ExtResource("1_c2ba0")]
speed = 150.0
ATTACK_DAMAGE = 0.0
KNOCKBACK_STRENGTH = 1000.0
KNOCKBACK_STRENGTH = 300.0
REMOVE_AFTER = 1.0

[node name="AnimatedSprite2D" parent="." index="0"]
Expand Down

0 comments on commit fae7831

Please sign in to comment.