Skip to content

Code mod to be used for the 2020 Celeste Spring Community Collab.

License

Notifications You must be signed in to change notification settings

EverestAPI/SpringCollab2020

This branch is up to date with master.

Folders and files

NameName
Last commit message
Last commit date
Jan 10, 2025
Dec 3, 2022
Dec 3, 2022
Sep 4, 2024
Dec 3, 2022
Mar 11, 2023
Mar 5, 2021
Jan 6, 2020
Jun 12, 2024
Dec 3, 2022
Jan 6, 2020
Dec 3, 2022
Mar 5, 2021
Jan 7, 2020
Sep 4, 2024
Dec 3, 2022
Dec 3, 2022
Dec 3, 2022
Sep 12, 2020

Repository files navigation

SpringCollab2020

Code mod to be used for the 2020 Celeste Spring Community Collab.

Setup instructions:

Feel free to ask 0x0ade or another Everest maintainer or repo manager in the collab Discord server for read-write access on this repository.

Developing directly on the master branch is only allowed if you've forked the repo or if absolutely necessary.

If you've got read-write access to the repo:

  • Make sure you've got the FNA version of Celeste + Everest installed.
  • cd to your mods folder.
  • git clone https://github.com/EverestAPI/SpringCollab2020.git
  • Open the .sln in VS.

If you want to submit contributions the old-fashioned way:

  • Fork this repository.
  • Make sure you've got the FNA version of Celeste + Everest installed.
  • cd to your mods folder.
  • git clone URL
    • Make sure to replace URL with the URL to your fork.
    • Click on the green "Clone or download" button to obtain the URL.
  • Open the .sln in VS.
  • Submit pull requests (PRs).