Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 579 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 579 Bytes

Stamina Meter

A mod for Celeste that adds a stamina meter display, partially based off an unused stamina display found in the game's code.

This repo is just for the code - see the GameBanana page for more info and releases.

Note for building

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.