We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad572a9 commit 5993754Copy full SHA for 5993754
pymunk/pygame_util.py
@@ -22,7 +22,7 @@
22
# ----------------------------------------------------------------------------
23
24
"""This submodule contains helper functions to help with quick prototyping
25
-using pymunk together with pygame.
+using pymunk together with pygame or pygame-ce.
26
27
Intended to help with debugging and prototyping, not for actual production use
28
in a full application. The methods contained in this module is opinionated
@@ -77,6 +77,8 @@ class DrawOptions(pymunk.SpaceDebugDrawOptions):
77
def __init__(self, surface: pygame.Surface) -> None:
78
"""Draw a pymunk.Space on a pygame.Surface object.
79
80
+ This class should work both with Pygame and Pygame-CE.
81
+
82
Typical usage::
83
84
>>> import pymunk
0 commit comments