diff options
| author | yuzu-eva <stevenhu@web.de> | 2024-09-20 18:25:40 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2024-09-20 18:25:40 +0200 |
| commit | a00f4cf1eb4217483408dde11d9d0c7e763ab0a2 (patch) | |
| tree | d765011d7ef9ac82936493aadac40d67b351e148 /constants.py | |
| parent | 220e57f42fca7bd241041e5c808f62a3fa7cfa2a (diff) | |
added ability to shoot
Diffstat (limited to 'constants.py')
| -rw-r--r-- | constants.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/constants.py b/constants.py index 020eeab..87070cd 100644 --- a/constants.py +++ b/constants.py @@ -9,3 +9,6 @@ ASTEROID_MAX_RADIUS = ASTEROID_MIN_RADIUS * ASTEROID_KINDS PLAYER_RADIUS = 20 PLAYER_TURN_SPEED = 300 PLAYER_SPEED = 200 +PLAYER_SHOOT_SPEED = 500 + +SHOT_RADIUS = 5 |
