Posted September 01, 2024 by brunoais
#bugfix
Hello everyone, just a quick update.
There was an annoying bug which happened when you would start a new game from any menu and then activate the editor and then tried to reload.
Due to the edit screen being a modal,Ren'Py waits, during pause events (which Ren'Py uses as part of its reloading mechanism) and Ren'Py uses that mechanism during reloads, it would just hang during a reload until the modal is closed.
This tweak fixes that.