修复数据错误
This commit is contained in:
parent
5028f86b03
commit
17d399216b
@ -639,9 +639,9 @@ class Level(tool.State):
|
|||||||
|
|
||||||
# 旗帜波出生点右移
|
# 旗帜波出生点右移
|
||||||
if self.waveNum % 10:
|
if self.waveNum % 10:
|
||||||
hugeWaveMove = 40
|
|
||||||
else:
|
|
||||||
hugeWaveMove = 0
|
hugeWaveMove = 0
|
||||||
|
else:
|
||||||
|
hugeWaveMove = 40
|
||||||
x, y = self.map.getMapGridPos(0, map_y)
|
x, y = self.map.getMapGridPos(0, map_y)
|
||||||
# 新增的僵尸也需要在这里声明
|
# 新增的僵尸也需要在这里声明
|
||||||
if name == c.NORMAL_ZOMBIE:
|
if name == c.NORMAL_ZOMBIE:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user