Reference Manual: (offline | online) Quickstart: (offline | online)

renpy.take_screenshot

Function: renpy.take_screenshot( size=None)

This function should be called before renpy.save , to take the screenshot that will be used as part of a savegame.

size -- The size of the screenshot. If None, defaults to (config.thumbnail_width , config.thumbnail_height ).

Example

TODO.
Reference Manual: (offline | online) Quickstart: (offline | online)