Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Render On Undo?

A topic by DevoDog created 52 days ago Views: 41 Replies: 1
Viewing posts 1 to 2

What are the possible values for render_on_undo in launch.json?

Developer

Hi @DevoDog,

The possible values for render_on_undo in launch.json are "round" and "":

  • The "round" option forces a render every round during undoing.
  • The "" option means that rendering will not occur during undoing.

This feature is intended for cases where players may not realize they are already in the process of undoing, but it might be removed in the future.