rate limited shooting
This commit is contained in:
parent
cf21f5ff0a
commit
f49a105d21
2 changed files with 16 additions and 8 deletions
|
|
@ -5,6 +5,7 @@ PLAYER_RADIUS = 20
|
|||
PLAYER_ROTATION_SPEED = 300
|
||||
PLAYER_SPEED = 200
|
||||
PLAYER_SHOOT_SPEED = 500
|
||||
PLAYER_SHOOT_COOLDOWN = 0.3
|
||||
|
||||
SHOT_RADIUS = 5
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue