Devlogs
Hotfix with looping endings.
Posted November 20, 2024 by goferboy
#hotfixes
Some post-release hotfixes
- Certain event flags would cause the epilogue screen to loop endlessly. A note for all RenPy developers out there, when calling MainMenu(confirm=true), be sure include an extra parenthesis to hard exit the call stack.
MainMenu(confirm=true)()
- Some better text alignment with epilogue text
- Fixed some typos in the script
Let us know if you find anything else!
- From Henry - Developer