Skip to content

Commit 5993754

Browse files
committed
Update pygame_util to clarify Pygame-CE can be used
1 parent ad572a9 commit 5993754

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pymunk/pygame_util.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# ----------------------------------------------------------------------------
2323

2424
"""This submodule contains helper functions to help with quick prototyping
25-
using pymunk together with pygame.
25+
using pymunk together with pygame or pygame-ce.
2626
2727
Intended to help with debugging and prototyping, not for actual production use
2828
in a full application. The methods contained in this module is opinionated
@@ -77,6 +77,8 @@ class DrawOptions(pymunk.SpaceDebugDrawOptions):
7777
def __init__(self, surface: pygame.Surface) -> None:
7878
"""Draw a pymunk.Space on a pygame.Surface object.
7979
80+
This class should work both with Pygame and Pygame-CE.
81+
8082
Typical usage::
8183
8284
>>> import pymunk

0 commit comments

Comments
 (0)