This commit is contained in:
BLUELOVETH 2023-08-04 13:35:02 +08:00
parent f62a2d88cf
commit 13eed14805

View File

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