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
Added new game-wide option OPT_SAVEGAMESCREENSHOTLAYER that lets to define which of the game's render layers will be captured when making a standard screenshot for the save game.
RenderLayer is documented in #259 , and screenshot is discussed in #258
Example
function game_start()
{
SetGameOption(OPT_SAVEGAMESCREENSHOTLAYER, eRenderLayerRoom);
}
https://github.com/adventuregamestudio/ags-manual/wiki/Globalfunctions_General#setgameoption
Added new game-wide option OPT_SAVEGAMESCREENSHOTLAYER that lets to define which of the game's render layers will be captured when making a standard screenshot for the save game.
RenderLayer is documented in #259 , and screenshot is discussed in #258
Example
This option was added in PR adventuregamestudio/ags#2526
The text was updated successfully, but these errors were encountered: