mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
...
This commit is contained in:
parent
f62a2d88cf
commit
13eed14805
@ -145,5 +145,5 @@ class Body:
|
||||
import box2d
|
||||
|
||||
world = box2d.World()
|
||||
body = world.create_body()
|
||||
body = box2d.Body(world)
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user