Now only updates alpha when it has to. Much faster.
This commit is contained in:
@@ -136,9 +136,3 @@ class Level3(level.Level):
|
||||
def restart(self):
|
||||
for obj in self.objects:
|
||||
obj.reset_pos()
|
||||
|
||||
def infrange():
|
||||
n = 0
|
||||
while True:
|
||||
yield n
|
||||
n += 1
|
||||
|
||||
Reference in New Issue
Block a user