diff options
| author | yuzu-eva <stevenhu@web.de> | 2024-09-20 17:27:11 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2024-09-20 17:27:11 +0200 |
| commit | 681826fc3272b9ec0e60c6863381404c7ee42094 (patch) | |
| tree | f323d27863a1e803780a1d8c39c69d5440fe9296 /constants.py | |
| parent | 6b3eda2ad197d2bd9d434f820f682f13e71c8fbb (diff) | |
add movement
Diffstat (limited to 'constants.py')
| -rw-r--r-- | constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants.py b/constants.py index 4b98fc6..020eeab 100644 --- a/constants.py +++ b/constants.py @@ -8,3 +8,4 @@ ASTEROID_MAX_RADIUS = ASTEROID_MIN_RADIUS * ASTEROID_KINDS PLAYER_RADIUS = 20 PLAYER_TURN_SPEED = 300 +PLAYER_SPEED = 200 |
