game: fix: create my player only if game start

This commit is contained in:
2024-01-15 18:15:59 +01:00
parent a30ec46685
commit ff85c1d30c
2 changed files with 11 additions and 11 deletions

View File

@ -1,4 +1,4 @@
PADDLE_SPEED_PER_SECOND_MAX = 0.2
PADDLE_SPEED_PER_SECOND_MAX = 0.6
PADDLE_RATIO = 0.3
MAP_SIZE_X = 700