This commit is contained in:
p57492168 2022-06-22 23:02:34 +08:00
parent f0405180f6
commit 66a4bb1358
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ class SeaEnvEngine(object):
self.space.gravity = pymunk.Vec2d(0., 0.)
# create bounds
# self.create_bounds(window_height, window_width)
# create ship
self.finished_idx = None
self.init_ships = init_ships
self.battery_capacity = None