You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I (someday) plan to rewrite Broadway to work with the new Spyral API. That will require a way to export Images and the Scene to a file, using pygame.image.save[1]. Obviously, this is extremely low priority.
For images, we can probably add a method on them to let you save them to a file.
For saving out the scene, we can probably provide a hook in the form of an event that stuffs the scene into a dummy Image for you to call ->save() on? I'm not sure there's any other good place for us to provide acccess to the rendered scene.
I (someday) plan to rewrite Broadway to work with the new Spyral API. That will require a way to export Images and the Scene to a file, using pygame.image.save[1]. Obviously, this is extremely low priority.
[1] http://www.pygame.org/docs/ref/image.html#pygame.image.save
The text was updated successfully, but these errors were encountered: