commit
d4b6a8aeb8
|
@ -264,7 +264,7 @@ class Ball(object):
|
||||||
if distance < self.radius + other.radius \
|
if distance < self.radius + other.radius \
|
||||||
and self.radius > other.radius:
|
and self.radius > other.radius:
|
||||||
other.alive = False
|
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):
|
def draw(self, screen):
|
||||||
"""在窗口上绘制球"""
|
"""在窗口上绘制球"""
|
||||||
|
|
Loading…
Reference in New Issue