A mod for Celeste that adds a permadeath mode. Yes I know the code is a mess, no I don't care :D
This repo is just for the code - see the GameBanana page for more info and releases.
Unlike most Celeste mods, the csproj file references the XNA version of the game rather than the FNA version,
so you may need to change the references locally if you're using the FNA version.
Removing all the Microsoft.Xna.Framework
DLLs and referencing FNA.dll
instead should suffice.