pybox2d / pybox2d

2D Game Physics for Python
Other
474 stars 93 forks source link

Insert image/text into scene #98

Open mjedmonds opened 6 years ago

mjedmonds commented 6 years ago

Hi,

I was wondering if there's a way to insert an image/text into the 2D scene. This could be a static overlay over the scene, for instance.

I'm just looking for a way to present information to the user.

Thanks!