From 681826fc3272b9ec0e60c6863381404c7ee42094 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Fri, 20 Sep 2024 17:27:11 +0200 Subject: add movement --- constants.py | 1 + 1 file changed, 1 insertion(+) (limited to 'constants.py') 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 -- cgit v1.2.3