From af719d3720e22e808ca009659083a0343fa6e489 Mon Sep 17 00:00:00 2001 From: Frank <123@emial.com> Date: Mon, 22 Jun 2026 09:34:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A3=B0=E9=9F=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 30da127..868e845 100644 --- a/main.py +++ b/main.py @@ -148,6 +148,7 @@ def update(): # 上下墙壁反弹 if ball.top <= 0 or ball.bottom >= HEIGHT: ball_speed_y *= -1 + sounds.bump.set_volume(1.6) sounds.bump.play() # 左球拍碰撞加分