Update 图形用户界面和游戏开发.md

pull/25/head
TinaryTree 2019-01-29 09:58:48 +08:00 committed by GitHub
parent 62d43afa4e
commit 199eb00768
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ class Ball(object):
if distance < self.radius + other.radius \
and self.radius > other.radius:
other.alive = False
a self.radius = self.radius + int(other.radius * 0.146)
self.radius = self.radius + int(other.radius * 0.146)
def draw(self, screen):
"""在窗口上绘制球"""