This commit is contained in:
BLUELOVETH 2023-08-04 13:35:02 +08:00 committed by zhs628
parent 5b66110b6a
commit bf6987bcb3

View File

@ -145,5 +145,5 @@ class Body:
import box2d import box2d
world = box2d.World() world = box2d.World()
body = world.create_body() body = box2d.Body(world)
``` ```