forked from SeAIPalette/SeAIPalette
注释删除
This commit is contained in:
parent
f8ca8f1673
commit
fa8e41cac8
|
@ -22,8 +22,6 @@ class MultiSpiral(Spiral):
|
|||
self.charges = charges
|
||||
self.finished_idx = [False for _ in range(ship_num)]
|
||||
|
||||
#self.ship_energy = ship_energy
|
||||
#self.current_ship_energy = [ship_energy for _ in range(self.ship_num)]
|
||||
|
||||
self.delta_x = [0, 0, 1, -1, 1, 1, -1, -1]
|
||||
self.delta_y = [1, -1, 0, 0, 1, -1, 1, -1]
|
||||
|
|
Loading…
Reference in New Issue