默认关闭调试
This commit is contained in:
parent
c91adf2ef2
commit
77cfa8fbae
@ -161,7 +161,7 @@ class Level(tool.State):
|
|||||||
zombieList.append(newZombie)
|
zombieList.append(newZombie)
|
||||||
volume -= self.createZombieInfo[newZombie][0]
|
volume -= self.createZombieInfo[newZombie][0]
|
||||||
waves.append(zombieList)
|
waves.append(zombieList)
|
||||||
print(wave, zombieList, len(zombieList))
|
#print(wave, zombieList, len(zombieList))
|
||||||
|
|
||||||
self.waves = waves
|
self.waves = waves
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user