FujiAPI / Fuji

Celeste 64 Mod Loader
30 stars 10 forks source link

Improved error handling #70

Closed axiand closed 5 months ago

axiand commented 5 months ago

Retroactive reference for 09d349b5c76500376a121ea8e88b275d8e5d74fa

Error handling is now global, applying to every scene. This allows us to hopefully handle errors smoothly in most places. Added a separate error message scene. Players are kicked out to this scene when an error occurs. The old soft crash handler from the World scene is preserved in case of milder crashes.