Skip to content

Commit

Permalink
Fix bullet mass
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonymous4045 committed Mar 20, 2024
1 parent 95bbd82 commit d41f005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyweek37/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
LEFT_FACING = 1

BULLET_MOVE_FORCE = 4500
BULLET_MASS = 1000
BULLET_MASS = 0.1
BULLET_GRAVITY = 300

BALLOON_MASS = 0.01

0 comments on commit d41f005

Please sign in to comment.