forked from SeAIPalette/SeAIPalette
修改注释
This commit is contained in:
parent
b202642c23
commit
c4f6eade52
|
@ -197,7 +197,6 @@ class SeaEnvEngine(object):
|
||||||
for s in static:
|
for s in static:
|
||||||
s.friction = 1.
|
s.friction = 1.
|
||||||
s.group = 1
|
s.group = 1
|
||||||
# bound is the same as obstacle for collision
|
|
||||||
s.collision_type = COLLISION_OBSTACLE
|
s.collision_type = COLLISION_OBSTACLE
|
||||||
s.color = THECOLORS['blue']
|
s.color = THECOLORS['blue']
|
||||||
self.space.add(*static)
|
self.space.add(*static)
|
||||||
|
|
Loading…
Reference in New Issue