diff --git a/dzien_01/d_04_pong.py b/dzien_01/d_04_pong.py index e665bd9..6ee283f 100644 --- a/dzien_01/d_04_pong.py +++ b/dzien_01/d_04_pong.py @@ -19,7 +19,7 @@ odleglosc = ship.distance_to(sprite) def napis(): winner_txt = f"Odległość: {odleglosc} w pixelach" screen.draw.text( - winner_txt, (WIDTH // 3, HEIGHT // 2), color="red", fontsize=60 + winner_txt, (WIDTH // 3, 20), color="red", fontsize=60 ) # Najważniejsze funkcje sterujące def update():