pong - grafika piłka

This commit is contained in:
2026-03-17 12:56:50 +01:00
parent 1dbd8ec04c
commit 0520e24cad

View File

@@ -6,6 +6,8 @@ TITLE = "PONG - najlepsza gra na świecie ;-)"
# definicja sprita
sprite = Actor("ball.png")
sprite.x = WIDTH//2
sprite.y = HEIGHT//2
# Najważniejsze funkcje sterujące
def update():