修改注释

This commit is contained in:
p57492168 2022-06-23 13:58:06 +08:00
parent b202642c23
commit c4f6eade52
1 changed files with 0 additions and 1 deletions

View File

@ -197,7 +197,6 @@ class SeaEnvEngine(object):
for s in static:
s.friction = 1.
s.group = 1
# bound is the same as obstacle for collision
s.collision_type = COLLISION_OBSTACLE
s.color = THECOLORS['blue']
self.space.add(*static)